diff options
author | Vyacheslav Razykov | 2021-10-09 11:29:55 +0300 |
---|---|---|
committer | Vyacheslav Razykov | 2021-10-09 11:29:55 +0300 |
commit | 27c8b26520e26ecd3f2e1e305f7bda9c790d1f4f (patch) | |
tree | 2fac8174e3450a657bd3d07ab6befbf36620bf27 | |
parent | 6a699a6acda57715bc35ccd093f31c0be8473282 (diff) | |
download | aur-27c8b26520e26ecd3f2e1e305f7bda9c790d1f4f.tar.gz |
libisl source changed to sourceforge
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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) |