diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 14:40:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 14:40:38 +0000 |
commit | 55c90bc6ffa3ebe113b9f6e4b6f2172381f02a60 (patch) | |
tree | 4ea57c464dfaf8297869bf97972343af7cd6c714 /main/apk-tools/APKBUILD | |
parent | afe4cc9c3392be61f175e65612140835c53cc88d (diff) | |
download | aports-55c90bc6ffa3ebe113b9f6e4b6f2172381f02a60.tar.bz2 aports-55c90bc6ffa3ebe113b9f6e4b6f2172381f02a60.tar.xz |
main/apk-tools: remove all dirs on apk del
fixes #406
Diffstat (limited to 'main/apk-tools/APKBUILD')
-rw-r--r-- | main/apk-tools/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD index 3c9f6243c..e698b02e2 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.0.5 -pkgrel=2 +pkgrel=3 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-Makefile-do-not-require-lua-pkgconfig-unless-you-int.patch + 0001-db-optionally-remove-dirs-when-unref.patch apk-tools-static.patch eglibc.patch " @@ -55,5 +56,6 @@ static() { md5sums="7f9234ab210557b064d7bd9b42833f0a apk-tools-2.0.5.tar.bz2 f63d483b724e8e9344ce8cb965d5ed22 0001-Makefile-do-not-require-lua-pkgconfig-unless-you-int.patch +c2ea3684c22740ef210a9b1a64ba4058 0001-db-optionally-remove-dirs-when-unref.patch 3c1f21719a6c4aba51333cf0d88c5600 apk-tools-static.patch a4de86c6c4df6d4d125ff82e607797d6 eglibc.patch" |