diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-04 08:29:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-04 08:29:01 +0000 |
commit | 64b6ed1cbd58cffcd09fa198e505207f3a7a4a20 (patch) | |
tree | 43188dcff68b1a3ca3adeacc1b8f1c3c4a717859 /main/apk-tools/APKBUILD | |
parent | f3633b129534bf3eb502de242916fd4a612631ff (diff) | |
download | aports-64b6ed1cbd58cffcd09fa198e505207f3a7a4a20.tar.bz2 aports-64b6ed1cbd58cffcd09fa198e505207f3a7a4a20.tar.xz |
main/apk-tools: solver fixes from upstream
Diffstat (limited to 'main/apk-tools/APKBUILD')
-rw-r--r-- | main/apk-tools/APKBUILD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD index 85946fcbe3..699b5d3cbf 100644 --- a/main/apk-tools/APKBUILD +++ b/main/apk-tools/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apk-tools pkgver=2.3.2 -pkgrel=2 +pkgrel=3 pkgdesc="Alpine Package Keeper - package manager for alpine" subpackages="$pkgname-static lua-apk:luaapk" depends= @@ -10,6 +10,9 @@ source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.b 0001-db-remove-AT_SYMLINK_NOFOLLOW-for-directory-permissi.patch 0002-apk-implement-progress-fd-to-write-progress-to-a-spe.patch 0003-info-provides-alias-p-is-reserved-for-root-use-P.patch + 0004-solver-fix-compile-with-Werror-on-64bit.patch + 0005-solver-improve-assert-error-messages.patch + 0006-solver-various-fixes.patch " url="http://git.alpinelinux.org/cgit/apk-tools/" @@ -62,6 +65,9 @@ luaapk() { } md5sums="813b7c9fd7f6159972dc4fa5dfcc97c5 apk-tools-2.3.2.tar.bz2 -a5a635f510e6f69b1e2f6cadb45efe04 0001-db-remove-AT_SYMLINK_NOFOLLOW-for-directory-permissi.patch +e755492397eba99b3fe698151e4241ff 0001-db-remove-AT_SYMLINK_NOFOLLOW-for-directory-permissi.patch 0a96443650fec545667b6eccc5d9ef1e 0002-apk-implement-progress-fd-to-write-progress-to-a-spe.patch -6718b405982c5bfeed3761a9d57cfce8 0003-info-provides-alias-p-is-reserved-for-root-use-P.patch" +6718b405982c5bfeed3761a9d57cfce8 0003-info-provides-alias-p-is-reserved-for-root-use-P.patch +c32124de6cee4b1bea2d5e2ac954d73a 0004-solver-fix-compile-with-Werror-on-64bit.patch +79188874b0a35983b182fa48b7c91643 0005-solver-improve-assert-error-messages.patch +b83138b13bf534046d6cb7c62be87a69 0006-solver-various-fixes.patch" |