diff options
Diffstat (limited to 'main/acf-weblog/APKBUILD')
-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 9b7da99571..b1b7b48fb1 100644 --- a/main/acf-weblog/APKBUILD +++ b/main/acf-weblog/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-weblog pkgver=0.5.9 -pkgrel=0 +pkgrel=1 pkgdesc="ACF for web proxy (squid and dansguardian) logfiles" url="http://git.alpinelinux.org/cgit/acf-weblog" -arch="x86 x86_64" +arch="noarch" license="GPL-2" depends="acf-core lua lua-sql-postgres wget postgresql-client" makedepends="" |