[arch-commits] Commit in libnghttp2/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Dec 25 22:39:42 UTC 2017
Date: Monday, December 25, 2017 @ 22:39:41
Author: jgc
Revision: 313622
upgpkg: libnghttp2 1.29.0-1
Modified:
libnghttp2/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-25 22:37:34 UTC (rev 313621)
+++ PKGBUILD 2017-12-25 22:39:41 UTC (rev 313622)
@@ -3,7 +3,7 @@
# Contributor: Zhuoyun Wei <wzyboy at wzyboy.org>
pkgname=libnghttp2
-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)
@@ -12,7 +12,7 @@
depends=(glibc)
conflicts=('nghttp2<1.20.0-2')
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha256sums=('0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d')
+sha256sums=('a7a1b18be57be6a53a7739988ea27d6ec9209e7b0e8372b8483cd911d7838739')
build() {
cd nghttp2-$pkgver
@@ -20,7 +20,6 @@
autoreconf -i
./configure \
--prefix=/usr \
- --with-spdylay=no \
--disable-examples \
--disable-python-bindings \
--enable-lib-only
More information about the arch-commits
mailing list