diff options
Diffstat (limited to 'main/acf-jquery/APKBUILD')
-rw-r--r-- | main/acf-jquery/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/acf-jquery/APKBUILD b/main/acf-jquery/APKBUILD index 32b5fc20ff..5d7f602dd7 100644 --- a/main/acf-jquery/APKBUILD +++ b/main/acf-jquery/APKBUILD @@ -2,11 +2,12 @@ # Developer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-jquery pkgver=0.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="jquery libraries for ACF" url="http://git.alpinelinux.org/cgit/acf-jquery" license="GPL-2" depends="" +replaces="acf-core" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" build() { |