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

Anatol Pomozov anatolik at archlinux.org
Sat Dec 31 19:24:13 UTC 2016


    Date: Saturday, December 31, 2016 @ 19:24:12
  Author: anatolik
Revision: 284996

FS#52318 Add missing 'c-ares' dependency

It is needed for binary tools like h2load,nghttp,..

Modified:
  nghttp2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-31 15:53:35 UTC (rev 284995)
+++ PKGBUILD	2016-12-31 19:24:12 UTC (rev 284996)
@@ -4,12 +4,12 @@
 
 pkgname=nghttp2
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(i686 x86_64)
 url='https://nghttp2.org/'
 license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
+depends=(openssl libev zlib libxml2 jansson jemalloc c-ares)
 source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
 backup=(
   etc/nghttpx/nghttpx.conf



More information about the arch-commits mailing list