diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-07 17:31:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-07 17:31:03 +0000 |
commit | 867556634decf41c9303f30cd4dc74c2da7d8f65 (patch) | |
tree | 061910ed1a1a614cf780c8668e3cee159338ddf3 /main | |
parent | fbbdf77f8282d60f045dd0cef0ef78b2ed66f3ed (diff) | |
download | aports-867556634decf41c9303f30cd4dc74c2da7d8f65.tar.bz2 aports-867556634decf41c9303f30cd4dc74c2da7d8f65.tar.xz |
main/acf-weblog: update dependency name
luasql-postgres have changed name to lua-sql-postgres
Diffstat (limited to 'main')
-rw-r--r-- | main/acf-weblog/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-weblog/APKBUILD b/main/acf-weblog/APKBUILD index 2e7cd43a61..358ad5586f 100644 --- a/main/acf-weblog/APKBUILD +++ b/main/acf-weblog/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-weblog pkgver=0.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="ACF for web proxy (squid and dansguardian) logfiles" url="http://git.alpinelinux.org/cgit/acf-weblog" license="GPL-2" -depends="acf-core lua luasql-postgres wget postgresql-client" +depends="acf-core lua lua-sql-postgres wget postgresql-client" makedepends="" install="$pkgname.post-upgrade" subpackages="" |