[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Dec 7 19:01:17 UTC 2017


    Date: Thursday, December 7, 2017 @ 19:01:16
  Author: eworm
Revision: 273174

upgpkg: libmicrohttpd 0.9.58-1

* new upstream release
* fix dependencies (FS#56592)
* add checks

Modified:
  libmicrohttpd/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-07 18:47:43 UTC (rev 273173)
+++ PKGBUILD	2017-12-07 19:01:16 UTC (rev 273174)
@@ -6,7 +6,7 @@
 # Contributor: Mathias Rohnstock <linksoft at gmx.de>
 
 pkgname=libmicrohttpd
-pkgver=0.9.57
+pkgver=0.9.58
 pkgrel=1
 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')
@@ -13,10 +13,10 @@
 url="http://www.gnu.org/software/libmicrohttpd/"
 license=('LGPL')
 depends=('gnutls')
-optdepends=('file' 'curl')
+checkdepends=('curl')
 validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4') # Evgeny Grin (Karlson2k) <k2k at yandex.ru>
 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('dec1a76487d7e48ad74b468a888bfda1c05731f185ff950f1e363ca9d39caf4e'
+sha256sums=('7a11e1376c62ff95bd6d2dfe6799d57ac7cdbcb32f70bfbd5e47c71f373e01f3'
             'SKIP')
 
 build() {
@@ -33,6 +33,11 @@
   make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list