aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-09-11 09:23:22 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-11 09:23:22 +0000
commit2b32ed3a48786fa151cad8f920e5d9997bee94ed (patch)
tree12c3aaad39e6a280ead2d913a01f53b96c81814a /main/gcc
parent4e219dc6cd58b7d108d2aafdd574c4b3c6e0460e (diff)
downloadaports-2b32ed3a48786fa151cad8f920e5d9997bee94ed.tar.bz2
aports-2b32ed3a48786fa151cad8f920e5d9997bee94ed.tar.xz
main/gcc: rebuild against mpfr4
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 91013ca460..9d356b68c6 100644
--- a/main/gcc/APKBUILD
+++ b/main/gcc/APKBUILD
@@ -6,7 +6,7 @@ pkgver=8.3.0
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
pkgname="$pkgname$_target"
-pkgrel=0
+pkgrel=1
pkgdesc="The GNU Compiler Collection"
url="http://gcc.gnu.org"
arch="all"