diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-01-01 18:16:52 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-01-01 18:16:52 +0000 |
commit | f670e7d760e94abcd676ed99c04bd0c18b623010 (patch) | |
tree | a0704423b2b863c54a8cb3c999d9c06faf54bf00 /main/acf-core/APKBUILD | |
parent | f2c40052ae3ec16c5dee4c622393c3393b480b71 (diff) | |
download | aports-f670e7d760e94abcd676ed99c04bd0c18b623010.tar.bz2 aports-f670e7d760e94abcd676ed99c04bd0c18b623010.tar.xz |
main/acf-core: upgrade to 0.9.0, add depend on acf-lib and acf-jquery.
Diffstat (limited to 'main/acf-core/APKBUILD')
-rw-r--r-- | main/acf-core/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index 8dc4c840e8..5b84f0816f 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acf-core -pkgver=0.8.5 +pkgver=0.9.0 pkgrel=0 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" license="GPL-2" -depends="acf-skins haserl lua luaposix md5" +depends="acf-jquery acf-lib acf-skins haserl lua luaposix md5" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="beb566984d64373caa8eddcb69d0451a acf-core-0.8.5.tar.bz2" +md5sums="1de4ac2822d280d5587363ed768e74eb acf-core-0.9.0.tar.bz2" |