diff options
Diffstat (limited to 'main/apk-tools/APKBUILD')
-rw-r--r-- | main/apk-tools/APKBUILD | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD index 699b5d3cbf..65261dd87f 100644 --- a/main/apk-tools/APKBUILD +++ b/main/apk-tools/APKBUILD @@ -1,18 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apk-tools -pkgver=2.3.2 -pkgrel=3 +pkgver=2.3.3 +pkgrel=0 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-db-remove-AT_SYMLINK_NOFOLLOW-for-directory-permissi.patch - 0002-apk-implement-progress-fd-to-write-progress-to-a-spe.patch - 0003-info-provides-alias-p-is-reserved-for-root-use-P.patch - 0004-solver-fix-compile-with-Werror-on-64bit.patch - 0005-solver-improve-assert-error-messages.patch - 0006-solver-various-fixes.patch " url="http://git.alpinelinux.org/cgit/apk-tools/" @@ -64,10 +58,4 @@ luaapk() { mv "$pkgdir"/usr/lib "$subpkgdir"/usr/lib/ } -md5sums="813b7c9fd7f6159972dc4fa5dfcc97c5 apk-tools-2.3.2.tar.bz2 -e755492397eba99b3fe698151e4241ff 0001-db-remove-AT_SYMLINK_NOFOLLOW-for-directory-permissi.patch -0a96443650fec545667b6eccc5d9ef1e 0002-apk-implement-progress-fd-to-write-progress-to-a-spe.patch -6718b405982c5bfeed3761a9d57cfce8 0003-info-provides-alias-p-is-reserved-for-root-use-P.patch -c32124de6cee4b1bea2d5e2ac954d73a 0004-solver-fix-compile-with-Werror-on-64bit.patch -79188874b0a35983b182fa48b7c91643 0005-solver-improve-assert-error-messages.patch -b83138b13bf534046d6cb7c62be87a69 0006-solver-various-fixes.patch" +md5sums="659c04201019781c3ea092f946369fed apk-tools-2.3.3.tar.bz2" |