diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/acf-shorewall/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD index 852af0ebeb..321d879515 100644 --- a/main/acf-shorewall/APKBUILD +++ b/main/acf-shorewall/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-shorewall pkgver=0.11.0 -pkgrel=0 +pkgrel=1 pkgdesc="A web-based system administration interface for shorewall" url="http://git.alpinelinux.org/cgit/acf-shorewall" arch="noarch" license="GPL-2" -depends="acf-core lua shorewall-shell" +depends="acf-core lua shorewall" source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz" package() { |