diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-10-25 22:15:59 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-10-25 22:16:33 +0300 |
commit | 6ae8e4414d963c8812c86c2eb0d26c2434a93bec (patch) | |
tree | 51c0526cf7257c74acd1ef2be9a654c9deb164eb /main/apk-tools/APKBUILD | |
parent | c9e1d3182f84e917a20d1836b163082455a8eb6b (diff) | |
download | aports-6ae8e4414d963c8812c86c2eb0d26c2434a93bec.tar.bz2 aports-6ae8e4414d963c8812c86c2eb0d26c2434a93bec.tar.xz |
main/apk-tools: rebuild with fixed gcc
fixes #6372
Diffstat (limited to 'main/apk-tools/APKBUILD')
-rw-r--r-- | main/apk-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/apk-tools/APKBUILD b/main/apk-tools/APKBUILD index 594810a55f..ae2cac60d9 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.6.8 -pkgrel=0 +pkgrel=1 pkgdesc="Alpine Package Keeper - package manager for alpine" subpackages="$pkgname-static" depends= |