summaryrefslogtreecommitdiffstats
path: root/main/acf-core
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-01 18:16:52 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-01 18:16:52 +0000
commitf670e7d760e94abcd676ed99c04bd0c18b623010 (patch)
treea0704423b2b863c54a8cb3c999d9c06faf54bf00 /main/acf-core
parentf2c40052ae3ec16c5dee4c622393c3393b480b71 (diff)
main/acf-core: upgrade to 0.9.0, add depend on acf-lib and acf-jquery.
Diffstat (limited to 'main/acf-core')
-rw-r--r--main/acf-core/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD
index 8dc4c840e89..5b84f0816f1 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"