summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVyacheslav Razykov2021-10-09 11:29:16 +0300
committerVyacheslav Razykov2021-10-09 11:29:16 +0300
commit625402eb1165351101d232e09ccee37935bc3f37 (patch)
tree9ad76507d983779c14ec27340a9d1fd0f5210b7c /PKGBUILD
parent19c863017e19263b1a209fa2ce75b9490fe93f53 (diff)
downloadaur-625402eb1165351101d232e09ccee37935bc3f37.tar.gz
libisl source changed to sourceforge
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)