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