summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 03:18:34 +0800
committerChocobo12023-04-11 03:18:34 +0800
commit7a1cdbe39c5a796071d3ee0d2eb0c74b9dc16e27 (patch)
tree60e7d08d8080937a2fa4217d864b9f7170ed64d2
parentadd1a0d4a78939722604b11bc0a3fcf82edf16f7 (diff)
downloadaur-7a1cdbe39c5a796071d3ee0d2eb0c74b9dc16e27.tar.gz
upgpkg: iptables-git 1.8.9.r33.g0c2dcbf9-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26b4d6bfd91a..90c59ba25c23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iptables-git
pkgdesc = Userspace command line program used to configure the packet filtering ruleset
- pkgver = 1.8.7.r37.g9e1fffdf
+ pkgver = 1.8.9.r33.g0c2dcbf9
pkgrel = 1
url = https://www.netfilter.org/projects/iptables/index.html
arch = i686
@@ -12,10 +12,10 @@ pkgbase = iptables-git
depends = libmnl
depends = libnftnl
depends = libpcap
- provides = arptables
- provides = ebtables
- provides = iptables
- provides = iptables-nft
+ provides = arptables=1.8.9.r33.g0c2dcbf9
+ provides = ebtables=1.8.9.r33.g0c2dcbf9
+ provides = iptables=1.8.9.r33.g0c2dcbf9
+ provides = iptables-nft=1.8.9.r33.g0c2dcbf9
conflicts = arptables
conflicts = ebtables
conflicts = iptables
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)