diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-23 13:40:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-23 13:40:55 +0000 |
commit | 6361c75dd52142737f3c52ff74102327c8c6963b (patch) | |
tree | e47ba3f4ad20cb745010b62e2920c64abe149414 /main/apk-tools/APKBUILD | |
parent | a3de2cf1f7ccf2ba068ef3e7689b9013fb2ecac1 (diff) | |
download | aports-6361c75dd52142737f3c52ff74102327c8c6963b.tar.bz2 aports-6361c75dd52142737f3c52ff74102327c8c6963b.tar.xz |
main/apk-tools: upgrade to 2.1.0
Diffstat (limited to 'main/apk-tools/APKBUILD')
-rw-r--r-- | main/apk-tools/APKBUILD | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD index c6f429c7a6..f677bfae34 100644 --- a/main/apk-tools/APKBUILD +++ b/main/apk-tools/APKBUILD @@ -1,19 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apk-tools -pkgver=2.1.0_rc1 -pkgrel=2 +pkgver=2.1.0 +pkgrel=0 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.git/snapshot/$pkgname-$pkgver.tar.bz2 - 0001-fetch-fix-fetching-of-packages-with-arch.patch - 0002-upgrade-Improve-english-messages-on-apk-tools-baseli.patch - 0003-state-make-the-progress-bar-look-nice.patch - 0004-db-Allow-override-arch-when-using-root.patch - 0005-apk-default-screen-width-70-if-ioctl-says-0-as-width.patch - 0006-db-remount-ro-cache-to-rw-earlier-for-update-to-work.patch - 0007-state-make-some-of-the-interactive-messages-line-up-.patch " url="http://git.alpinelinux.org/cgit/apk-tools/" @@ -55,11 +48,4 @@ static() { "$subpkgdir"/sbin/apk.static } -md5sums="cc3ee58fa9672bc003cadc2b20bf33d2 apk-tools-2.1.0_rc1.tar.bz2 -b13a24a11604d4e6fc8384c5a254ca67 0001-fetch-fix-fetching-of-packages-with-arch.patch -f7af0d74f4d59c56b3fd92145be11592 0002-upgrade-Improve-english-messages-on-apk-tools-baseli.patch -83561b3c964a78f790d818bcc13e5ee3 0003-state-make-the-progress-bar-look-nice.patch -5cd969ed8464432c9372eac456b4db8e 0004-db-Allow-override-arch-when-using-root.patch -665ef14de27cce640799013b175f8826 0005-apk-default-screen-width-70-if-ioctl-says-0-as-width.patch -46a25e0a2cee674235850e337e685f3b 0006-db-remount-ro-cache-to-rw-earlier-for-update-to-work.patch -321e42a3b13ec6451ac9747230e6c974 0007-state-make-some-of-the-interactive-messages-line-up-.patch" +md5sums="9f6d71c9be814afece7a4b73430bd078 apk-tools-2.1.0.tar.bz2" |