diff options
Diffstat (limited to 'main/acf-pingu/APKBUILD')
-rw-r--r-- | main/acf-pingu/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-pingu/APKBUILD b/main/acf-pingu/APKBUILD index 268ba93926..da27013450 100644 --- a/main/acf-pingu/APKBUILD +++ b/main/acf-pingu/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-pingu pkgver=0.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="A web-based system administration interface for pingu" url="http://git.alpinelinux.org/cgit/acf-pingu" arch="noarch" license="GPL2" -depends="acf-core lua pingu" +depends="acf-core pingu" makedepends="" install= subpackages="" |