summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2020-12-19 00:29:55 -0500
committervonPalitroque2020-12-19 00:29:55 -0500
commitbf52f00007d4ccaf6a9d01d132238162541ec1c8 (patch)
treeb34a40b1fcfcdc110d01459b2d9d074ed1b93c0c
parentc3d05d25b0b482a53c0dd2bee2a416974fedb311 (diff)
downloadaur-bf52f00007d4ccaf6a9d01d132238162541ec1c8.tar.gz
Recompile for newlib update.
Recompile for newlib update. Updated libisl to 0.23 release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3c02e8c306a..4a3f79a122b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = msp430-elf-gcc
pkgdesc = The GNU Compiler Collection for the msp430-elf target.
pkgver = 10.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -23,9 +23,9 @@ pkgbase = msp430-elf-gcc
options = zipman
options = docs
options = !strip
- source = http://isl.gforge.inria.fr/isl-0.22.1.tar.xz
+ source = http://isl.gforge.inria.fr/isl-0.23.tar.xz
source = ftp://gcc.gnu.org/pub/gcc/releases/gcc-10.2.0/gcc-10.2.0.tar.xz
- sha256sums = 28658ce0f0bdb95b51fd2eb15df24211c53284f6ca2ac5e897acc3169e55b60f
+ sha256sums = 5efc53efaef151301f4e7dde3856b66812d8153dede24fab17673f801c8698f2
sha256sums = b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c
pkgname = msp430-elf-gcc
diff --git a/PKGBUILD b/PKGBUILD
index 23de13b54817..2252266d0810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_target="msp430-elf"
pkgname=${_target}-gcc
pkgver=10.2.0
-_islver=0.22.1
-pkgrel=1
+_islver=0.23
+pkgrel=2
pkgdesc="The GNU Compiler Collection for the ${_target} target."
arch=(i686 x86_64)
license=('GPL' 'LGPL')
@@ -17,7 +17,7 @@ provides=("${_target}-gcc-stage1")
optdepends=("${_target}-libstdc++: C++ standard library support")
source=(http://isl.gforge.inria.fr/isl-${_islver}.tar.xz
ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz)
-sha256sums=('28658ce0f0bdb95b51fd2eb15df24211c53284f6ca2ac5e897acc3169e55b60f'
+sha256sums=('5efc53efaef151301f4e7dde3856b66812d8153dede24fab17673f801c8698f2'
'b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c')