diff options
Diffstat (limited to 'testing/acf-fetch-crl/APKBUILD')
-rw-r--r-- | testing/acf-fetch-crl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/acf-fetch-crl/APKBUILD b/testing/acf-fetch-crl/APKBUILD index e15fcc0aef..f6f2199fd7 100644 --- a/testing/acf-fetch-crl/APKBUILD +++ b/testing/acf-fetch-crl/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Michael Mason <ms13sp@gmail.com> pkgname=acf-fetch-crl pkgver=0.2.0 -pkgrel=1 +pkgrel=3 pkgdesc="A web-based system administration interface for fetch-crl" url="http://git.alpinelinux.org/cgit/$pkgname" arch="noarch" @@ -10,7 +10,7 @@ depends="acf-core lua fetch-crl" 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" |