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 afb3e48b37..2248ceb503 100644 --- a/main/acf-weblog/APKBUILD +++ b/main/acf-weblog/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-weblog pkgver=0.11.0 -pkgrel=0 +pkgrel=1 pkgdesc="ACF for web proxy (squid and dansguardian) logfiles" url="http://git.alpinelinux.org/cgit/acf-weblog" arch="noarch" license="GPL2" -depends="acf-core lua lua-sql-postgres wget postgresql-client lua-subprocess" +depends="acf-core lua-sql-postgres wget postgresql-client lua-subprocess" makedepends="" install="$pkgname.post-upgrade" subpackages="" |