summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-10-09 11:28:39 +0300
committerVyacheslav Razykov2021-10-09 11:28:39 +0300
commit85d7e6e3aa2a02db129dbd89ed2364fce6bd4549 (patch)
treeb28014a71595f00974c723452679100092355c3f
parent6f7d9b3ae6de7abf44d92fcfea69112f1a207b0a (diff)
downloadaur-85d7e6e3aa2a02db129dbd89ed2364fce6bd4549.tar.gz
libisl source changed to sourceforge
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93d188f333fb..30982ed3168d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-linux-gnueabihf-gcc-stage1
pkgdesc = The GNU Compiler Collection. Stage 1 for toolchain building (arm-linux-gnueabihf)
pkgver = 11.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://gcc.gnu.org
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = arm-linux-gnueabihf-gcc-stage1
options = !strip
source = https://sourceware.org/pub/gcc/releases/gcc-11.2.0/gcc-11.2.0.tar.xz
source = https://sourceware.org/pub/gcc/releases/gcc-11.2.0/gcc-11.2.0.tar.xz.sig
- source = http://isl.gforge.inria.fr/isl-0.24.tar.xz
+ source = https://libisl.sourceforge.io/isl-0.24.tar.xz
source = all_default-ssp-fix.patch
source = gcc-ada-repro.patch
source = gcc11-Wno-format-security.patch
diff --git a/PKGBUILD b/PKGBUILD
index d5ca95f2656d..8917abaa519d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=${_target}-gcc-stage1
pkgver=11.2.0
_majorver=${pkgver%%.*}
_islver=0.24
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Compiler Collection. Stage 1 for toolchain building (${_target})"
arch=(i686 x86_64)
license=(GPL LGPL FDL custom)
@@ -18,7 +18,7 @@ url='https://gcc.gnu.org'
depends=("${_target}-binutils>=2.37-1" libmpc zlib)
options=(!emptydirs !distcc !strip)
source=(https://sourceware.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz{,.sig}
- http://isl.gforge.inria.fr/isl-${_islver}.tar.xz
+ https://libisl.sourceforge.io/isl-${_islver}.tar.xz
all_default-ssp-fix.patch
gcc-ada-repro.patch
gcc11-Wno-format-security.patch)