summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáté Eckl2019-07-25 23:20:51 +0200
committerMáté Eckl2019-07-25 23:20:51 +0200
commit2c718ac8d7682b7930110dbe12b95ee5a54d10b9 (patch)
tree1cdcc80a3e8f8fa536adaf0a1b915eb572170d4c
parenta6da9a9a3d77ff49b95ee2620a3706d66a06d996 (diff)
downloadaur-2c718ac8d7682b7930110dbe12b95ee5a54d10b9.tar.gz
Version 0.9.1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cbb65c0a921..9a1e419ac092 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nftables-git
pkgdesc = Netfilter tables userspace tools
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 0.9.1
+ 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
+ provides = nftables
conflicts = nftables
source = git://git.netfilter.org/nftables
source = nftables.conf
diff --git a/PKGBUILD b/PKGBUILD
index 9044303b79ef..695f476450c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Steven Allen <steven@stebalien.com>
pkgname=nftables-git
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+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=(docbook2x git bison flex)
-privides=(nftables)
+provides=(nftables)
conflicts=(nftables)
source=(git://git.netfilter.org/nftables
nftables.conf