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