diff options
Diffstat (limited to 'main/acf-jquery')
-rw-r--r-- | main/acf-jquery/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-jquery/APKBUILD b/main/acf-jquery/APKBUILD index a93a23761e..8b49964b60 100644 --- a/main/acf-jquery/APKBUILD +++ b/main/acf-jquery/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-jquery pkgver=0.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="jquery libraries for ACF" url="http://git.alpinelinux.org/cgit/acf-jquery" arch="noarch" license="GPL-2" depends="" replaces="acf-core" -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" |