diff options
Diffstat (limited to 'main/acf-core/APKBUILD')
-rw-r--r-- | main/acf-core/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index 458b21113..e57048d08 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -1,10 +1,11 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Contributor: Ted Trask <ttrask01@yahoo.com> +# Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-core pkgver=0.12.0 -pkgrel=0 +pkgrel=1 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" -arch="x86 x86_64" +arch="noarch" license="GPL-2" install="$pkgname.post-upgrade" depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5" |