aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-lib
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-01-01 21:04:01 +0000
committerTed Trask <ttrask01@yahoo.com>2013-01-01 21:04:01 +0000
commitc1808f1884d3341892f5f257be36b84da40cff66 (patch)
tree6944754834efc39d9d9a54d72054505e3318349a /main/acf-lib
parentc26f53eebc6a1d0eacd6066851ce5413d491e955 (diff)
downloadaports-c1808f1884d3341892f5f257be36b84da40cff66.tar.bz2
aports-c1808f1884d3341892f5f257be36b84da40cff66.tar.xz
main/acf-lib: upgrade to 0.5.0
Diffstat (limited to 'main/acf-lib')
-rw-r--r--main/acf-lib/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/acf-lib/APKBUILD b/main/acf-lib/APKBUILD
index 066cd1740d..1da189dd03 100644
--- a/main/acf-lib/APKBUILD
+++ b/main/acf-lib/APKBUILD
@@ -1,17 +1,17 @@
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-lib
-pkgver=0.4.2
+pkgver=0.5.0
pkgrel=0
pkgdesc="Lua libraries for ACF"
url="http://git.alpinelinux.org/cgit/acf-lib"
arch="noarch"
license="GPL-2"
-depends=""
+depends="lua-subprocess"
source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums="7eaece82d7bc77bf04291e465ee25205 acf-lib-0.4.2.tar.bz2"
+md5sums="12b7a5a9216572194c85cc178ec97f0c acf-lib-0.5.0.tar.bz2"