diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-01-06 14:59:44 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-01-06 14:59:44 +0000 |
commit | 8533b151798c4012d6f179f1b84cd9ad0f6bebbd (patch) | |
tree | 3cb36363b9fc836be1d5e917155406c8dd16c22f /main/acf-jquery | |
parent | ae2e9c5028849487411b85fef39614bb68f22e4f (diff) | |
download | aports-8533b151798c4012d6f179f1b84cd9ad0f6bebbd.tar.bz2 aports-8533b151798c4012d6f179f1b84cd9ad0f6bebbd.tar.xz |
main/acf-jquery: Added replaces=acf-core to fix installation failure.
Diffstat (limited to 'main/acf-jquery')
-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() { |