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

Maxime Gauduin alucryd at archlinux.org
Tue Nov 12 07:38:36 UTC 2019


    Date: Tuesday, November 12, 2019 @ 07:38:36
  Author: alucryd
Revision: 367850

add python bindings: nftables 1:0.9.2-2

Modified:
  nftables/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-12 05:07:53 UTC (rev 367849)
+++ PKGBUILD	2019-11-12 07:38:36 UTC (rev 367850)
@@ -3,13 +3,14 @@
 pkgname=nftables
 epoch=1
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Netfilter tables userspace tools'
 arch=('x86_64')
 url='https://netfilter.org/projects/nftables/'
 license=('GPL2')
 depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
-makedepends=('asciidoc')
+optdepends=('python: Python bindings')
+makedepends=('asciidoc' 'python')
 backup=('etc/nftables.conf')
 validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
 source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
@@ -39,8 +40,7 @@
     --prefix=/usr \
     --sbindir=/usr/bin \
     --sysconfdir=/usr/share \
-    --with-json \
-    --with-python-bin='' # --enable-python=no does not works
+    --with-json
   make
 }
 



More information about the arch-commits mailing list