summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2022-02-16 17:03:09 -0500
committervonPalitroque2022-02-16 17:03:09 -0500
commit353770a6d8d652b43781df412b63b20373e0db08 (patch)
tree99b8def871fc4cc99442bea604950233a0cbb20c
parent19c0e24e3a08737da6ddedae080a477502d29698 (diff)
downloadaur-353770a6d8d652b43781df412b63b20373e0db08.tar.gz
Updated isl source location.
Updated isl source location. Rebuild for newlib release.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d877e233ee2..3722afdc982e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = msp430-elf-gcc
pkgdesc = The GNU Compiler Collection for the msp430-elf target.
pkgver = 11.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = msp430-elf-gcc
options = zipman
options = docs
options = !strip
- source = http://isl.gforge.inria.fr/isl-0.24.tar.xz
+ source = https://libisl.sourceforge.io/isl-0.24.tar.xz
source = ftp://gcc.gnu.org/pub/gcc/releases/gcc-11.2.0/gcc-11.2.0.tar.xz
sha256sums = 043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad
sha256sums = d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b
diff --git a/PKGBUILD b/PKGBUILD
index 43cac74e6594..5e247e3b6398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _target="msp430-elf"
pkgname=${_target}-gcc
pkgver=11.2.0
_islver=0.24
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Compiler Collection for the ${_target} target."
arch=(i686 x86_64)
license=('GPL' 'LGPL')
@@ -15,7 +15,7 @@ conflicts=("${_target}-gcc-stage1")
replaces=("${_target}-gcc-stage1")
provides=("${_target}-gcc-stage1")
optdepends=("${_target}-libstdc++: C++ standard library support")
-source=(http://isl.gforge.inria.fr/isl-${_islver}.tar.xz
+source=(https://libisl.sourceforge.io/isl-${_islver}.tar.xz
ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz)
sha256sums=('043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad'
'd08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b')