diff options
Diffstat (limited to 'main/acf-shorewall')
-rw-r--r-- | main/acf-shorewall/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD index aa0dee1168..c83a487754 100644 --- a/main/acf-shorewall/APKBUILD +++ b/main/acf-shorewall/APKBUILD @@ -1,10 +1,11 @@ +# Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-shorewall pkgver=0.6.2 -pkgrel=0 +pkgrel=1 pkgdesc="A web-based system administration interface for shorewall" url="http://git.alpinelinux.org/cgit/acf-shorewall" -arch="x86 x86_64" +arch="noarch" license="GPL-2" depends="acf-core lua shorewall" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" |