diff options
Diffstat (limited to 'main/apk-tools/APKBUILD')
-rw-r--r-- | main/apk-tools/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD index b18e056185..90d41f6852 100644 --- a/main/apk-tools/APKBUILD +++ b/main/apk-tools/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apk-tools pkgver=2.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="Alpine Package Keeper - package manager for alpine" subpackages="$pkgname-static" depends= @@ -9,6 +9,8 @@ makedepends="zlib-dev openssl-dev pkgconfig" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2 0001-io-db-id-cache-should-be-specific-to-database-root-n.patch 0002-db-fix-the-previous-commit.patch + 0001-db-fix-hash-lookups-on-64-bit-machines.patch + 0002-blob-fix-segfault-on-x86_64-with-virtual.patch " url="http://git.alpinelinux.org/cgit/apk-tools/" @@ -51,4 +53,6 @@ static() { md5sums="5933a61f91f44c5c534f8a62e6effb65 apk-tools-2.0.6.tar.bz2 20c2f3e406984af51c7cf69b69a1d874 0001-io-db-id-cache-should-be-specific-to-database-root-n.patch -01a86fb39a3d161221a57002b86b2a0d 0002-db-fix-the-previous-commit.patch" +01a86fb39a3d161221a57002b86b2a0d 0002-db-fix-the-previous-commit.patch +6d7492fc1d067e22c6fd055d6437bcc7 0001-db-fix-hash-lookups-on-64-bit-machines.patch +92fe4c249bc831e3e21a14751a98b8e3 0002-blob-fix-segfault-on-x86_64-with-virtual.patch" |