summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-10-09 11:29:16 +0300
committerVyacheslav Razykov2021-10-09 11:29:16 +0300
commit625402eb1165351101d232e09ccee37935bc3f37 (patch)
tree9ad76507d983779c14ec27340a9d1fd0f5210b7c
parent19c863017e19263b1a209fa2ce75b9490fe93f53 (diff)
downloadaur-625402eb1165351101d232e09ccee37935bc3f37.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 8e0779d8b0e6..1cae53b6cbb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-linux-gnueabihf-gcc-stage2
pkgdesc = The GNU Compiler Collection. Stage 2 for toolchain building (arm-linux-gnueabihf)
pkgver = 11.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://gcc.gnu.org
arch = i686
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = arm-linux-gnueabihf-gcc-stage2
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 9da8295a3c03..2b24dc243b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=${_target}-gcc-stage2
pkgver=11.2.0
_majorver=${pkgver%%.*}
_islver=0.24
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Compiler Collection. Stage 2 for toolchain building (${_target})"
arch=(i686 x86_64)
license=(GPL LGPL FDL custom)
@@ -21,7 +21,7 @@ conflicts=("${_target}-gcc-stage1")
replaces=("${_target}-gcc-stage1")
provides=("${_target}-gcc-stage1=${pkgver}")
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)