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

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 31 22:30:21 UTC 2021


    Date: Tuesday, August 31, 2021 @ 22:30:21
  Author: arojas
Revision: 422799

Build python bindings (FS#71842)

Modified:
  nghttp2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 22:21:54 UTC (rev 422798)
+++ PKGBUILD	2021-08-31 22:30:21 UTC (rev 422799)
@@ -3,12 +3,13 @@
 
 pkgname=nghttp2
 pkgver=1.44.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
 url='https://nghttp2.org/'
 license=(MIT)
 depends=(openssl libev zlib libxml2 jansson jemalloc c-ares libnghttp2 systemd-libs)
+makedepends=(systemd cython python-setuptools)
 options=(!emptydirs)
 source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
 backup=(
@@ -23,8 +24,7 @@
   autoreconf -i
   ./configure \
     --prefix=/usr \
-    --disable-examples \
-    --disable-python-bindings
+    --disable-examples
   make
 }
 



More information about the arch-commits mailing list