Date: Sunday, December 26, 2021 @ 18:49:54 Author: eworm Revision: 433139
upgpkg: libmicrohttpd 0.9.75-1: new upstream release Modified: libmicrohttpd/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-26 18:40:40 UTC (rev 433138) +++ PKGBUILD 2021-12-26 18:49:54 UTC (rev 433139) @@ -5,11 +5,11 @@ # Contributor: Mathias Rohnstock <[email protected]> pkgname=libmicrohttpd -pkgver=0.9.74 +pkgver=0.9.75 pkgrel=1 -pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." +pkgdesc='a small C library that is supposed to make it easy to run an HTTP server as part of another application.' arch=('x86_64') -url="https://www.gnu.org/software/libmicrohttpd/" +url='https://www.gnu.org/software/libmicrohttpd/' license=('LGPL') depends=('gnutls') checkdepends=('curl') @@ -17,11 +17,12 @@ validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE' # Evgeny Grin (Karlson2k) <[email protected]> 'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff <[email protected]> source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig}) -sha256sums=('42035d0261373324bfb434018f4ab892514b10253d1af232e41b4cc2c11e650b' +sha256sums=('9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb' 'SKIP') build() { cd ${pkgname}-${pkgver} + ./configure \ --prefix=/usr \ --disable-dependency-tracking \ @@ -36,10 +37,12 @@ check() { cd ${pkgname}-${pkgver} + make check } package() { cd ${pkgname}-${pkgver} + make DESTDIR="$pkgdir" install }
