aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-05 12:59:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-05 12:59:31 +0000
commite45e63328de4e819989b0026057c866aee32cc50 (patch)
treea014ecd99f43c3371c92217f63594f854c86bc41 /main/gcc
parent1a5ce94c4aa8247104f2ec105fab532c9a6fbeb4 (diff)
downloadaports-e45e63328de4e819989b0026057c866aee32cc50.tar.bz2
aports-e45e63328de4e819989b0026057c866aee32cc50.tar.xz
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.
Diffstat (limited to 'main/gcc')
-rw-r--r--main/gcc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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"