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

Jan de Groot jgc at archlinux.org
Thu May 4 21:45:06 UTC 2017


    Date: Thursday, May 4, 2017 @ 21:45:05
  Author: jgc
Revision: 295309

upgpkg: curl 7.54.0-3

Enable HTTP2 (FS#37894)

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-04 21:39:51 UTC (rev 295308)
+++ PKGBUILD	2017-05-04 21:45:05 UTC (rev 295309)
@@ -7,12 +7,12 @@
 
 pkgname=curl
 pkgver=7.54.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
 url="https://curl.haxx.se"
 license=('MIT')
-depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 'libnghttp2')
 provides=('libcurl.so')
 options=('strip' 'debug')
 source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})



More information about the arch-commits mailing list