summaryrefslogtreecommitdiffstats
path: root/main/apk-tools/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-01-20 11:45:48 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-01-20 11:45:48 +0200
commitc73effbe1823cd37af9fe647cdc4d133ba0429cb (patch)
treeefb0216f39592cc705eb2073ae74ca95662e83cd /main/apk-tools/APKBUILD
parent14fe40fd6c7831a489afdce377a7a1acdd69bd09 (diff)
downloadaports-c73effbe1823cd37af9fe647cdc4d133ba0429cb.tar.bz2
aports-c73effbe1823cd37af9fe647cdc4d133ba0429cb.tar.xz
main/apk-tools: cherry-pick a regression fix from upstream
Diffstat (limited to 'main/apk-tools/APKBUILD')
-rw-r--r--main/apk-tools/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD
index 86845e8e4..fc00bdb28 100644
--- a/main/apk-tools/APKBUILD
+++ b/main/apk-tools/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=apk-tools
pkgver=2.2.3
-pkgrel=0
+pkgrel=1
pkgdesc="Alpine Package Keeper - package manager for alpine"
subpackages="$pkgname-static lua-apk:luaapk"
depends=
makedepends="zlib-dev openssl-dev lua-dev"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2
- fix-lua-apk.patch
+ 0001-lua-fix-compile-error.patch
+ 0002-solver-fix-regression-from-calculate-branch-minimum-.patch
"
url="http://git.alpinelinux.org/cgit/apk-tools/"
@@ -56,4 +57,5 @@ luaapk() {
}
md5sums="31dcb57491d08ea69f0d041aad94e865 apk-tools-2.2.3.tar.bz2
-66e110316e76408f19f8c44e698c26cb fix-lua-apk.patch"
+752832872f52178f76b596e8a33f5918 0001-lua-fix-compile-error.patch
+b527744735a2e74e3772ca51b2ef7699 0002-solver-fix-regression-from-calculate-branch-minimum-.patch"