diff options
Diffstat (limited to 'testing/squark/APKBUILD')
-rw-r--r-- | testing/squark/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/squark/APKBUILD b/testing/squark/APKBUILD index 8763bf4dcc..80f5f7d32d 100644 --- a/testing/squark/APKBUILD +++ b/testing/squark/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Timo TerĂs <timo.teras@iki.fi> pkgname=squark pkgver=0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Squark - Squid User Authentication and Rating Kit" subpackages= depends="haserl lua" makedepends="net-snmp-dev cmph-dev lua pkgconfig" -source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2 +source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2 " url="http://git.alpinelinux.org/cgit/squark/" arch="all" |