summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-11 03:18:34 +0800
committerChocobo12023-04-11 03:18:34 +0800
commit7a1cdbe39c5a796071d3ee0d2eb0c74b9dc16e27 (patch)
tree60e7d08d8080937a2fa4217d864b9f7170ed64d2 /PKGBUILD
parentadd1a0d4a78939722604b11bc0a3fcf82edf16f7 (diff)
downloadaur-7a1cdbe39c5a796071d3ee0d2eb0c74b9dc16e27.tar.gz
upgpkg: iptables-git 1.8.9.r33.g0c2dcbf9-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63b4ae596b9f..d39a05f65488 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=iptables-git
-pkgver=1.8.7.r37.g9e1fffdf
+pkgver=1.8.9.r33.g0c2dcbf9
pkgrel=1
pkgdesc="Userspace command line program used to configure the packet filtering ruleset"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.netfilter.org/projects/iptables/index.html"
license=('GPL2')
depends=('glibc' 'libmnl' 'libnftnl' 'libpcap')
makedepends=('git' 'linux-api-headers')
-provides=('arptables' 'ebtables' 'iptables' 'iptables-nft')
+provides=("arptables=$pkgver" "ebtables=$pkgver" "iptables=$pkgver" "iptables-nft=$pkgver")
conflicts=('arptables' 'ebtables' 'iptables' 'iptables-nft')
backup=('etc/ethertypes'
etc/iptables/{ip,ip6}tables.rules)