diff options
author | psykose <alice@ayaya.dev> | 2023-05-12 18:29:29 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-05-12 20:29:29 +0200 |
commit | 79455bf13e2578715faf91790a61c9d7759d2502 (patch) | |
tree | f408cb95121800d0088672444b7643450a83ea4f /main/iptables/APKBUILD | |
parent | d19bca27988966a17650e22c1074cedb3fd6b77e (diff) | |
download | aports-79455bf13e2578715faf91790a61c9d7759d2502.zip |
main/iptables: add upgrade warnings
Diffstat (limited to 'main/iptables/APKBUILD')
-rw-r--r-- | main/iptables/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD index 0fb2a11720d..f33cb883506 100644 --- a/main/iptables/APKBUILD +++ b/main/iptables/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iptables pkgver=1.8.9 -pkgrel=3 +pkgrel=4 pkgdesc="Linux kernel firewall, NAT and packet mangling tools" url="https://www.netfilter.org/projects/iptables/index.html" arch="all" license="GPL-2.0-or-later" depends_dev="linux-headers" +install="$pkgname.post-upgrade" makedepends="$depends_dev libnftnl-dev bison flex autoconf automake" subpackages=" iptables-legacy |