aboutsummaryrefslogtreecommitdiffstats
path: root/main/apk-tools/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-04-27 08:28:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-04-27 08:28:36 +0000
commit0bad4fb65b2655b7cd4aeba3213833081195b7a3 (patch)
tree09679129d6d087df0bb903bdec5ec0be8afc2baa /main/apk-tools/APKBUILD
parentf8b09684c6f3562f749ccfd3d8dc651b973eaaf3 (diff)
downloadaports-0bad4fb65b2655b7cd4aeba3213833081195b7a3.tar.bz2
aports-0bad4fb65b2655b7cd4aeba3213833081195b7a3.tar.xz
main/apk-tools: add patches from git
fixes #588
Diffstat (limited to 'main/apk-tools/APKBUILD')
-rw-r--r--main/apk-tools/APKBUILD16
1 files changed, 14 insertions, 2 deletions
diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD
index 31aa71a53c..c6f429c7a6 100644
--- a/main/apk-tools/APKBUILD
+++ b/main/apk-tools/APKBUILD
@@ -1,13 +1,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=apk-tools
pkgver=2.1.0_rc1
-pkgrel=1
+pkgrel=2
pkgdesc="Alpine Package Keeper - package manager for alpine"
subpackages="$pkgname-static"
depends=
makedepends="zlib-dev openssl-dev pkgconfig"
source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2
0001-fetch-fix-fetching-of-packages-with-arch.patch
+ 0002-upgrade-Improve-english-messages-on-apk-tools-baseli.patch
+ 0003-state-make-the-progress-bar-look-nice.patch
+ 0004-db-Allow-override-arch-when-using-root.patch
+ 0005-apk-default-screen-width-70-if-ioctl-says-0-as-width.patch
+ 0006-db-remount-ro-cache-to-rw-earlier-for-update-to-work.patch
+ 0007-state-make-some-of-the-interactive-messages-line-up-.patch
"
url="http://git.alpinelinux.org/cgit/apk-tools/"
@@ -50,4 +56,10 @@ static() {
}
md5sums="cc3ee58fa9672bc003cadc2b20bf33d2 apk-tools-2.1.0_rc1.tar.bz2
-c868a4d8a997294d0ca570586f78f3ab 0001-fetch-fix-fetching-of-packages-with-arch.patch"
+b13a24a11604d4e6fc8384c5a254ca67 0001-fetch-fix-fetching-of-packages-with-arch.patch
+f7af0d74f4d59c56b3fd92145be11592 0002-upgrade-Improve-english-messages-on-apk-tools-baseli.patch
+83561b3c964a78f790d818bcc13e5ee3 0003-state-make-the-progress-bar-look-nice.patch
+5cd969ed8464432c9372eac456b4db8e 0004-db-Allow-override-arch-when-using-root.patch
+665ef14de27cce640799013b175f8826 0005-apk-default-screen-width-70-if-ioctl-says-0-as-width.patch
+46a25e0a2cee674235850e337e685f3b 0006-db-remount-ro-cache-to-rw-earlier-for-update-to-work.patch
+321e42a3b13ec6451ac9747230e6c974 0007-state-make-some-of-the-interactive-messages-line-up-.patch"