summaryrefslogtreecommitdiffstats
path: root/main/acf-core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-07 16:59:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-07 16:59:19 +0000
commitea456683671635e8a1e2683d627f6cb39c866d2e (patch)
treee4be86ba0628d0970b41685392350974d8e1d8a5 /main/acf-core
parent99b468e9e2929212cd7c4a98ae1d958e35664385 (diff)
downloadaports-ea456683671635e8a1e2683d627f6cb39c866d2e.tar.bz2
aports-ea456683671635e8a1e2683d627f6cb39c866d2e.tar.xz
main/acf-core: update dependencies
use new names for lua-posix and lua-md5
Diffstat (limited to 'main/acf-core')
-rw-r--r--main/acf-core/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD
index b5a141a1..6ea2cdbe 100644
--- a/main/acf-core/APKBUILD
+++ b/main/acf-core/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=acf-core
pkgver=0.9.1
-pkgrel=0
+pkgrel=1
pkgdesc="A web-based system administration interface framework"
url="http://git.alpinelinux.org/cgit/acf-core"
license="GPL-2"
-depends="acf-jquery acf-lib acf-skins haserl lua luaposix md5"
+depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
build() {