From 1b3d450dc76cae4c212f202a3338a6b329e1986d Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Sat, 10 Sep 2022 10:16:03 +0000 Subject: [PATCH] main/gcc: build against isl25 --- main/gcc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index 38338c5d85e2..ef2eae162a89 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -9,7 +9,7 @@ pkgver=12.1.1_git20220630 [ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target="" pkgname="$pkgname$_target" -pkgrel=2 +pkgrel=3 pkgdesc="The GNU Compiler Collection" url="https://gcc.gnu.org" arch="all" -- GitLab