From 8514c999c17a359f36e704995adfb177cae3c627 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 25 Dec 2009 15:09:38 +0000 Subject: main/apk-tools: keep packages with no files with installed status fixes #229 (and a minor bug with --interactive) --- main/apk-tools/APKBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'main/apk-tools/APKBUILD') diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD index 6120185ed..3db72d348 100644 --- a/main/apk-tools/APKBUILD +++ b/main/apk-tools/APKBUILD @@ -1,12 +1,14 @@ # Maintainer: Natanael Copa pkgname=apk-tools pkgver=2.0 -pkgrel=0 +pkgrel=1 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/snapshot/$pkgname-$pkgver.tar.bz2 + 0001-state-Default-interactive-action-is-Yes.patch + 0002-db-keep-packages-with-no-files-with-installed-status.patch " @@ -40,4 +42,6 @@ static() { "$subpkgdir"/sbin/apk.static } -md5sums="dc827e62065c940bbcec1c93099a5718 apk-tools-2.0.tar.bz2" +md5sums="dc827e62065c940bbcec1c93099a5718 apk-tools-2.0.tar.bz2 +36e514cbc781759dbb6eb84e35f6072d 0001-state-Default-interactive-action-is-Yes.patch +180368300d46c5b6de0d5eb43d90547e 0002-db-keep-packages-with-no-files-with-installed-status.patch" -- cgit v1.2.3