From 0c416991ff2ef2e1034c5d581d20b2dd47c7ab52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sat, 31 Mar 2012 23:28:55 +0300 Subject: main/apk-tools: cherry pick fix for installation of non-repository packages --- main/apk-tools/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'main/apk-tools/APKBUILD') diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD index 53652a069e..df2bc5ac84 100644 --- a/main/apk-tools/APKBUILD +++ b/main/apk-tools/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Natanael Copa 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" -- cgit v1.2.3