[arch-commits] Commit in nftables/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Thu Dec 6 03:30:50 UTC 2018
Date: Thursday, December 6, 2018 @ 03:30:50
Author: seblu
Revision: 341099
upgpkg: nftables 1:0.9.0-2
- implement FS#60694
Modified:
nftables/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-06 03:13:50 UTC (rev 341098)
+++ PKGBUILD 2018-12-06 03:30:50 UTC (rev 341099)
@@ -3,12 +3,12 @@
pkgname=nftables
epoch=1
pkgver=0.9.0
-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')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
makedepends=('docbook2x')
backup=('etc/nftables.conf')
validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
@@ -39,6 +39,7 @@
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/usr/share \
+ --with-json \
CONFIG_MAN=y DB2MAN=docbook2man
make
}
More information about the arch-commits
mailing list