summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-10-09 11:29:55 +0300
committerVyacheslav Razykov2021-10-09 11:29:55 +0300
commit27c8b26520e26ecd3f2e1e305f7bda9c790d1f4f (patch)
tree2fac8174e3450a657bd3d07ab6befbf36620bf27
parent6a699a6acda57715bc35ccd093f31c0be8473282 (diff)
downloadaur-27c8b26520e26ecd3f2e1e305f7bda9c790d1f4f.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 5a73409c1955..f2efafe90d1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-linux-gnueabihf-gcc
pkgdesc = The GNU Compiler Collection (arm-linux-gnueabihf)
pkgver = 11.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://gcc.gnu.org
arch = i686
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = arm-linux-gnueabihf-gcc
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 2aa8af7a3ffa..be43c5a296d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname="${_target}-gcc"
pkgver=11.2.0
_majorver=${pkgver%%.*}
_islver=0.24
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Compiler Collection (${_target})"
arch=(i686 x86_64)
license=(GPL LGPL FDL custom)
@@ -23,7 +23,7 @@ replaces=("${_target}-gcc-stage1" "${_target}-gcc-stage2")
provides=("${_target}-gcc-stage1=${pkgver}" "${_target}-gcc-stage2=${pkgver}")
#source=(https://sources.archlinux.org/other/gcc/gcc-${pkgver/+/-}.tar.xz{,.sig}
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)