summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáté Eckl2019-12-04 23:17:39 +0100
committerMáté Eckl2019-12-04 23:17:39 +0100
commit77c2e2b0e00d2d7e207a34699fa1c9a7ee6c1e95 (patch)
treecb66cf2ca05d23cb73f0227583afcfaaf679f86b
parent9bd5bfb3fcff49708952c7a0f9b44ca43d8c9cce (diff)
downloadaur-77c2e2b0e00d2d7e207a34699fa1c9a7ee6c1e95.tar.gz
Version 0.9.3
https://www.spinics.net/lists/netfilter-devel/msg64289.html
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de8b3d30fb3a..fb37cf7880fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nftables-git
pkgdesc = Netfilter tables userspace tools
- pkgver = 0.9.2
- pkgrel = 3
+ pkgver = 0.9.3
+ pkgrel = 1
url = https://netfilter.org/projects/nftables/
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = nftables-git
depends = readline
depends = ncurses
depends = jansson
+ optdepends = python: Python bindings
provides = nftables
conflicts = nftables
backup = etc/nftables.conf
diff --git a/PKGBUILD b/PKGBUILD
index b1ab3a03f5c4..ffde71745635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
# Contributor: Steven Allen <steven@stebalien.com>
pkgname=nftables-git
-pkgver=0.9.2
-pkgrel=3
+pkgver=0.9.3
+pkgrel=1
pkgdesc='Netfilter tables userspace tools'
arch=(i686 x86_64)
url='https://netfilter.org/projects/nftables/'
license=('GPL2')
depends=(libmnl libnftnl-git gmp readline ncurses jansson)
makedepends=(asciidoc git bison flex)
+optdepends=('python: Python bindings')
backup=('etc/nftables.conf')
provides=(nftables)
conflicts=(nftables)
@@ -33,8 +34,7 @@ build() {
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/usr/share \
- --with-json \
- --with-python-bin=''
+ --with-json
make
}