summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-13 00:53:42 -0500
committerVincent Grande2021-01-13 00:53:42 -0500
commit58a22f6a28d40735685b16a31d5596996a256e53 (patch)
tree0afdbf43e19a825eda5bdd571ed9f7e29193bb19
parent0e17466ab60e670dc55c2d20eaa0c971148cd75a (diff)
downloadaur-58a22f6a28d40735685b16a31d5596996a256e53.tar.gz
fix
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d77f1256dda..3627018b75bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = iptables-nosystemd-minimal-git
depends = glibc
depends = libmnl
depends = libnftnl
+ depends = libnetfilter_conntrack
provides = arptables
provides = ebtables
provides = iptables
diff --git a/PKGBUILD b/PKGBUILD
index 0b671f279818..60bc939ddd95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Userspace command line program used to configure the packet filtering r
arch=('i686' 'x86_64')
url="https://www.netfilter.org/projects/iptables/index.html"
license=('GPL2')
-depends=('glibc' 'libmnl' 'libnftnl')
+depends=('glibc' 'libmnl' 'libnftnl' 'libnetfilter_conntrack')
makedepends=('git' 'linux-api-headers')
provides=('arptables' 'ebtables' 'iptables' 'iptables-nft')
conflicts=('arptables' 'ebtables' 'iptables' 'iptables-nft')
@@ -64,8 +64,7 @@ build() {
--disable-libipq \
--disable-bpf-compiler \
--disable-nfsynproxy \
- --disable-ipv6 \
- --disable-connlabel
+ --disable-ipv6
make
}