[arch-commits] Commit in nghttp2/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Dec 25 22:42:40 UTC 2017
Date: Monday, December 25, 2017 @ 22:42:37
Author: jgc
Revision: 313624
upgpkg: nghttp2 1.29.0-1
Modified:
nghttp2/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-25 22:39:45 UTC (rev 313623)
+++ PKGBUILD 2017-12-25 22:42:37 UTC (rev 313624)
@@ -3,7 +3,7 @@
# Contributor: Zhuoyun Wei <wzyboy at wzyboy.org>
pkgname=nghttp2
-pkgver=1.28.0
+pkgver=1.29.0
pkgrel=1
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=(x86_64)
@@ -16,7 +16,7 @@
etc/nghttpx/nghttpx.conf
etc/logrotate.d/nghttpx
)
-sha256sums=('0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d')
+sha256sums=('a7a1b18be57be6a53a7739988ea27d6ec9209e7b0e8372b8483cd911d7838739')
build() {
cd nghttp2-$pkgver
@@ -24,7 +24,6 @@
autoreconf -i
./configure \
--prefix=/usr \
- --with-spdylay=no \
--disable-examples \
--disable-python-bindings
make
More information about the arch-commits
mailing list