summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-13 19:26:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-14 06:10:48 +0000
commitcfacf1f3584b1a95064a2bb69a7354e83ca1ac75 (patch)
tree3e0bacbc3401af3b17ef9c3db8668bd2764700a5 /core
parent7bc18be8dadd837a3d7ba79c6fcda7c070310af0 (diff)
downloadaports-cfacf1f3584b1a95064a2bb69a7354e83ca1ac75.tar.bz2
aports-cfacf1f3584b1a95064a2bb69a7354e83ca1ac75.tar.xz
core/apk-tool: upgrade to 2.0_pre14
Diffstat (limited to 'core')
-rw-r--r--core/apk-tools/APKBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/core/apk-tools/APKBUILD b/core/apk-tools/APKBUILD
index ce5fc13d..b1de0c67 100644
--- a/core/apk-tools/APKBUILD
+++ b/core/apk-tools/APKBUILD
@@ -1,12 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=apk-tools
-pkgver=2.0_pre13
-pkgrel=1
+pkgver=2.0_pre14
+pkgrel=0
pkgdesc="Alpine Package Keeper - package manager for alpine"
depends=
-makedepends="zlib-dev"
-source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2
- 0001-fetch-respect-simulate-option.patch"
+makedepends="zlib-dev openssl-dev pkgconfig"
+source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
url="http://git.alpinelinux.org/cgit/apk-tools/"
license=GPL-2
@@ -14,7 +13,6 @@ license=GPL-2
build() {
cd "$srcdir/$pkgname-$pkgver"
sed -i -e 's:-Werror::' Make.rules
- patch -p1 < ../0001-fetch-respect-simulate-option.patch || return 1
make || return 1
make DESTDIR="$pkgdir" install
@@ -27,5 +25,4 @@ build() {
ln -s apk apk_version
}
-md5sums="76bec7ece7b210f2f2e1542d06333649 apk-tools-2.0_pre13.tar.bz2
-7edb66f98ec4ef4398bd5e816e47d286 0001-fetch-respect-simulate-option.patch"
+md5sums="1a00b5fefddd652ed06bc5602e73e409 apk-tools-2.0_pre14.tar.bz2"