summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-05-05 03:44:22 +0800
committerlilac2020-05-05 03:44:22 +0800
commitaf7f3d616c81c3b50623be1d5ad9cb34990971c1 (patch)
treec265bfac5d0b45d1422fbdfd9b0f467c94efdcbc
parent9ee7993ecea471c02bc3d0bb1b0e008de4def83a (diff)
downloadaur-af7f3d616c81c3b50623be1d5ad9cb34990971c1.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 888ce2cad7ae..7644e3347464 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iptables-fullconenat
pkgdesc = Linux kernel packet control tool with FULLCONENAT support.
pkgver = 1.8.4
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.netfilter.org/projects/iptables/index.html
install = iptables-fullconenat.install
@@ -13,7 +13,7 @@ pkgbase = iptables-fullconenat
depends = libnfnetlink
depends = libnetfilter_conntrack
depends = bash
- depends = netfilter-fullconenat-dkms-git
+ depends = netfilter-fullconenat
provides = iptables
conflicts = iptables
backup = etc/ethertypes
@@ -63,7 +63,7 @@ pkgname = iptables-fullconenat-nft
depends = libnfnetlink
depends = libnetfilter_conntrack
depends = bash
- depends = netfilter-fullconenat-dkms-git
+ depends = netfilter-fullconenat
depends = nftables
provides = iptables
provides = iptables-fullconenat
diff --git a/PKGBUILD b/PKGBUILD
index 7fe6155ba0d0..7bf37573ddfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _pkgbase=iptables
pkgbase=iptables-fullconenat
pkgname=(iptables-fullconenat iptables-fullconenat-nft)
pkgver=1.8.4
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Linux kernel packet control tool with FULLCONENAT support.'
arch=(x86_64)
license=(GPL2)
url='https://www.netfilter.org/projects/iptables/index.html'
-depends=(libnftnl libpcap libnfnetlink libnetfilter_conntrack bash netfilter-fullconenat-dkms-git)
+depends=(libnftnl libpcap libnfnetlink libnetfilter_conntrack bash netfilter-fullconenat)
makedepends=(linux-api-headers)
provides=('iptables')
conflicts=(iptables)