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

Sébastien Luttringer seblu at archlinux.org
Tue Jul 2 14:04:52 UTC 2019


    Date: Tuesday, July 2, 2019 @ 14:04:52
  Author: seblu
Revision: 357228

upgpkg: nftables 1:0.9.1-1

Modified:
  nftables/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-02 11:37:17 UTC (rev 357227)
+++ PKGBUILD	2019-07-02 14:04:52 UTC (rev 357228)
@@ -2,20 +2,20 @@
 
 pkgname=nftables
 epoch=1
-pkgver=0.9.0
-pkgrel=4
+pkgver=0.9.1
+pkgrel=1
 pkgdesc='Netfilter tables userspace tools'
 arch=('x86_64')
 url='https://netfilter.org/projects/nftables/'
 license=('GPL2')
 depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
-makedepends=('docbook2x')
+makedepends=('asciidoc')
 backup=('etc/nftables.conf')
 validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
 source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
         'nftables.conf'
         'nftables.service')
-sha1sums=('a3463fc6589c08631ec3f306f6db7f0905249542'
+sha1sums=('17b255780c1374f72c30a206db91fa6b24441824'
           'SKIP'
           '7869aa31ac802922073310ffd4cbbc16450171e5'
           '59185e947ebfd599954800ad2c774171b3f4cd58')
@@ -40,7 +40,7 @@
     --sbindir=/usr/bin \
     --sysconfdir=/usr/share \
     --with-json \
-    CONFIG_MAN=y DB2MAN=docbook2man
+    --with-python-bin='' # --enable-python=no does not works
   make
 }
 



More information about the arch-commits mailing list