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