[arch-commits] Commit in nghttp2/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Mon Jan 25 16:24:19 UTC 2016
Date: Monday, January 25, 2016 @ 17:24:18
Author: anatolik
Revision: 258583
upgpkg: nghttp2 1.7.0-1
Modified:
nghttp2/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-25 09:37:58 UTC (rev 258582)
+++ PKGBUILD 2016-01-25 16:24:18 UTC (rev 258583)
@@ -3,7 +3,7 @@
# Contributor: Zhuoyun Wei <wzyboy at wzyboy.org>
pkgname=nghttp2
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=(i686 x86_64)
@@ -15,7 +15,7 @@
etc/nghttpx/nghttpx.conf
etc/logrotate.d/nghttpx
)
-sha256sums=('22f1bc674cd2f6b99226ebe83b5f5af22c41ae2742d9eaede23775f22a8ad429')
+sha256sums=('6fc772644a47474ff6ad4fafae935c56d20e156dce477943be17043024727ac5')
build() {
cd nghttp2-$pkgver
@@ -29,6 +29,11 @@
make
}
+check() {
+ cd nghttp2-$pkgver
+ make check
+}
+
package() {
cd nghttp2-$pkgver
More information about the arch-commits
mailing list