diff options
Diffstat (limited to 'main/acf-clamsmtp/APKBUILD')
-rw-r--r-- | main/acf-clamsmtp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-clamsmtp/APKBUILD b/main/acf-clamsmtp/APKBUILD index 2bcee5001b..dd8db1fa08 100644 --- a/main/acf-clamsmtp/APKBUILD +++ b/main/acf-clamsmtp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-clamsmtp pkgver=0.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="A web-based system administration interface for clamsmtp" url="http://git.alpinelinux.org/cgit/acf-clamsmtp" arch="noarch" @@ -11,7 +11,7 @@ depends="acf-core lua clamsmtp" makedepends="" install= subpackages="" -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" package() { cd "$srcdir/$pkgname-$pkgver" |