From e45e63328de4e819989b0026057c866aee32cc50 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 5 Apr 2017 12:59:31 +0000 Subject: main/gcc: trigger rebuild for resetting triplet on armhf We change the triplet from armv6-alpine-linux-muslgnueabihf to armv6-alpine-linux-musleabihf and need to trigger a rebuild to do so. --- main/gcc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/gcc') diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index ea73b5bd85..7f960ab4f4 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -7,7 +7,7 @@ _pkgbase=6.3.0 [ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target="" pkgname="$pkgname$_target" -pkgrel=1 +pkgrel=2 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" arch="all" -- cgit v1.2.3