summaryrefslogtreecommitdiff
path: root/user/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'user/iptables')
-rw-r--r--user/iptables/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/iptables/APKBUILD b/user/iptables/APKBUILD
index 98e621c05..3c470fda1 100644
--- a/user/iptables/APKBUILD
+++ b/user/iptables/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Molly Miller <adelie@m-squa.red>
-
pkgname=iptables
pkgver=1.8.4
pkgrel=0
pkgdesc="Linux kernel firewall, NAT and packet mangling tools"
url="https://www.netfilter.org/projects/iptables/index.html"
arch="all"
-options="!check" # no test suite
+options="!check" # No test suite.
license="GPL-2.0+"
+depends=""
depends_dev="linux-headers"
# extra functionality may be enabled in the future if libmnl and
# libnetfilter_conntrack are packaged.