diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-03-31 23:28:55 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-03-31 23:28:55 +0300 |
commit | 0c416991ff2ef2e1034c5d581d20b2dd47c7ab52 (patch) | |
tree | 9bc9f007a9c100fb424d91300bd1d1280e84b66d /main/apk-tools/APKBUILD | |
parent | a7c564605d513f2a4ac45a0e769ec77ea6061e0e (diff) | |
download | aports-0c416991ff2ef2e1034c5d581d20b2dd47c7ab52.tar.bz2 aports-0c416991ff2ef2e1034c5d581d20b2dd47c7ab52.tar.xz |
main/apk-tools: cherry pick fix for installation of non-repository packages
Diffstat (limited to 'main/apk-tools/APKBUILD')
-rw-r--r-- | main/apk-tools/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD index 53652a069..df2bc5ac8 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.3.0 -pkgrel=1 +pkgrel=2 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 - 0001-info-fix-exit-code-for-e.patch" + 0001-info-fix-exit-code-for-e.patch + 0002-solver-fix-installation-of-non-repository-packages.patch" url="http://git.alpinelinux.org/cgit/apk-tools/" arch="all" @@ -55,4 +56,5 @@ luaapk() { } md5sums="f87882b3ddad44282459ee40b143ad1a apk-tools-2.3.0.tar.bz2 -03e0555514f8eb59148361cf53607f0a 0001-info-fix-exit-code-for-e.patch" +eab1caf0fa9a889605efcb5b147e594d 0001-info-fix-exit-code-for-e.patch +5def794b529dad2cc3ad26092b466aea 0002-solver-fix-installation-of-non-repository-packages.patch" |