summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Halfmoon2016-05-29 12:23:21 +0200
committerJohnny Halfmoon2016-05-29 12:23:21 +0200
commit683fb48a32eed2f0f64dc162d581cc8a8a962e8c (patch)
treedce970fdae331083a8b329a69a2cf256d102d36b
parenta4bee146374a60f2c556da31ae33e174fbb8f96d (diff)
downloadaur-683fb48a32eed2f0f64dc162d581cc8a8a962e8c.tar.gz
forgot to update versions in previous commit
-rw-r--r--.SRCINFO14
-rwxr-xr-xPKGBUILD4
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266e7e8d3c19..4d15606defde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-none-eabi-gcc49-linaro
pkgdesc = The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target.
- pkgver = 4.9_2014.09
+ pkgver = 4.9_2015.06
pkgrel = 1
url = https://releases.linaro.org/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = arm-none-eabi-gcc49-linaro
license = LGPL
makedepends = flex
makedepends = bison
- depends = arm-none-eabi-binutils>=2.23.2
+ depends = arm-none-eabi-binutils>=2.26-1
depends = gmp
depends = mpfr
depends = libmpc
@@ -23,12 +23,14 @@ pkgbase = arm-none-eabi-gcc49-linaro
options = !strip
options = zipman
options = docs
- source = http://releases.linaro.org/14.09/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2014.09.tar.xz
- source = http://releases.linaro.org/14.09/components/toolchain/newlib-linaro/newlib-linaro-2.1.0-2014.09.tar.bz2
+ source = http://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.xz
+ source = http://releases.linaro.org/15.01/components/toolchain/newlib-linaro/newlib-linaro-2.2.0-2015.01.tar.xz
+ source = gcc-4.9-fix-build-with-gcc-6.patch
source = gcc-4.9-multilib2.patch
source = gcc-4.9-no-exceptions.patch
- sha256sums = c708c486f62f0d283f8615d7bc05d9830d50e15c52cfe213ec3992f6c190c222
- sha256sums = ed92e8547246834725a3c5743fa41d3f573e3e5d2e5066d433ac3c29e6676fc8
+ sha256sums = 9a149d46b933d66b85141c0a8341321551f6b56f264adbf59c312eb52c0f52ad
+ sha256sums = d29fe53d70f545c2fb080b9686e05d0f8af5088fec9b7dc78bc788a98765ef99
+ sha256sums = b328e9cdca4e2869490d932191b78ef1a61c60382cea3a23d1ef86e7c1fb86a7
sha256sums = 104b9aa652804a56338470983e6975af1d1e5440eb8bddae3a01a966d2b332cf
sha256sums = 3a1d6a17aba8a578ade3552a6d1beb66a129fb4f3268539596d39cbbef88ac6c
diff --git a/PKGBUILD b/PKGBUILD
index e106b889dd13..04525393b368 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=arm-none-eabi-gcc49-linaro
_relver=4.9
-_relshortdate=14.09
+_relshortdate=15.06
_reldate=20${_relshortdate}
_relverdate=${_relver}-${_reldate}
# This is how I want to define the pkgver, but the AUR doesn't understand it, because multiple _ characters are not allowed
@@ -85,7 +85,7 @@ package() {
# vim: set ts=2 sw=2 ft=sh et:
-sha256sums=('c708c486f62f0d283f8615d7bc05d9830d50e15c52cfe213ec3992f6c190c222'
+sha256sums=('9a149d46b933d66b85141c0a8341321551f6b56f264adbf59c312eb52c0f52ad'
'd29fe53d70f545c2fb080b9686e05d0f8af5088fec9b7dc78bc788a98765ef99'
'b328e9cdca4e2869490d932191b78ef1a61c60382cea3a23d1ef86e7c1fb86a7'
'104b9aa652804a56338470983e6975af1d1e5440eb8bddae3a01a966d2b332cf'