diff options
Diffstat (limited to 'main/acf-lib/APKBUILD')
-rw-r--r-- | main/acf-lib/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/acf-lib/APKBUILD b/main/acf-lib/APKBUILD index cec4ec8d07..0b40f6e789 100644 --- a/main/acf-lib/APKBUILD +++ b/main/acf-lib/APKBUILD @@ -1,11 +1,11 @@ +# Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> -# Developer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-lib pkgver=0.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Lua libraries for ACF" url="http://git.alpinelinux.org/cgit/acf-lib" -arch="x86 x86_64" +arch="noarch" license="GPL-2" depends="" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" |