summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-04-13 04:18:23 +0000
committerPellegrino Prevete2023-04-13 04:18:23 +0000
commit567721168bb68ae7250699246939fded7b576a69 (patch)
treec500a9aae8a6a65e5972cacabf18f16b3e3257c8
parent9bb9d293581b17d6acef89b869679b76fc974d44 (diff)
downloadaur-567721168bb68ae7250699246939fded7b576a69.tar.gz
fix url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6014b5a6fc78..2e62142f1058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = gcc11
options = !lto
source = https://ftp.gnu.org/gnu/gcc/gcc-11.3.0/gcc-11.3.0.tar.xz
source = https://ftp.gnu.org/gnu/gcc/gcc-11.3.0/gcc-11.3.0.tar.xz.sig
- source = https://ftp.gnu.org/pub/gcc/infrastructure/isl-0.24.tar.bz2
+ source = https://gcc.gnu.org/pub/gcc/infrastructure/isl-0.24.tar.bz2
source = c89
source = c99
validpgpkeys = F3691687D867B81B51CE07D9BBE43771487328A9
diff --git a/PKGBUILD b/PKGBUILD
index 67a5fce99b25..419bfdb197e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Pellegrino Prevete <pellegrinoprevete at gmail dot com>
+# Contributor: elliotwutingfeng
# Contributor: Frederik Schwan <freswa at archlinux dot org>
# Contributor: Jonathon Fernyhough <jonathon+m2x+dev>
# Contributor: Giancarlo Razzolini <grazzolini@archlinux.org>
@@ -36,7 +37,8 @@ _gcc_gnu="${_gnu}/gnu/${_pkgbase}"
_gcc_sourceware="${_sourceware}/pub/${_pkgbase}/releases"
_gcc_host="${_gcc_gnu}"
_gcc_url="https://${_gcc_host}/${_pkgbase}-${pkgver}/${_pkgbase}-${pkgver}.tar.xz"
-_isl_host="${_gnu}"
+_isl_gnu="gcc.gnu.org"
+_isl_host="${_isl_gnu}"
_isl_url="https://${_isl_host}/pub/gcc/infrastructure/isl-${_islver}.tar.bz2"
source=("${_gcc_url}"{,.sig}
"${_isl_url}"