summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212023-05-05 10:34:14 +0200
committera8212023-05-05 10:34:14 +0200
commit9e3207666a92ba6d61495731391bc037b52a21d7 (patch)
treec6c752fba0615347490ddc368c61c5d075290248
parentd18951abf8f93602253a5cd77d6a6ac3b2d09fd8 (diff)
downloadaur-nftables-git.tar.gz
Fix missing dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f62550d56839..96693c4bd0a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nftables-git
pkgdesc = Netfilter tables userspace tools
- pkgver = 1.0.4.r39.g46980cdd
+ pkgver = 1.0.7.r45.g0583bac2
pkgrel = 1
epoch = 1
url = https://netfilter.org/projects/nftables/
@@ -9,7 +9,7 @@ pkgbase = nftables-git
license = GPL2
makedepends = asciidoc
makedepends = git
- makedepends = python
+ makedepends = python-setuptools
depends = libmnl
depends = libnftnl
depends = gmp
diff --git a/PKGBUILD b/PKGBUILD
index 51d42bce8944..4c7754979be5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=nftables-git
epoch=1
-pkgver=1.0.4.r39.g46980cdd
+pkgver=1.0.7.r45.g0583bac2
pkgrel=1
pkgdesc='Netfilter tables userspace tools'
arch=('x86_64')
@@ -13,7 +13,7 @@ url='https://netfilter.org/projects/nftables/'
license=('GPL2')
depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
optdepends=('python: Python bindings')
-makedepends=('asciidoc' 'git' 'python')
+makedepends=('asciidoc' 'git' 'python-setuptools')
backup=('etc/nftables.conf')
provides=(nftables)
conflicts=(nftables)