summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Halfmoon2016-05-29 12:51:57 +0200
committerJohnny Halfmoon2016-05-29 12:51:57 +0200
commit06450caf5d8eb66625c5c2cd341e848de1c8b448 (patch)
treedc6b3a2d92ccde11c667b32fc9a1e039e1e2eae8
parent683fb48a32eed2f0f64dc162d581cc8a8a962e8c (diff)
downloadaur-06450caf5d8eb66625c5c2cd341e848de1c8b448.tar.gz
found another link on the linaro site pointing to an even newer version, so I updated this package again
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rwxr-xr-xPKGBUILD8
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d15606defde..23d7dc67bd5c 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_2015.06
+ pkgver = 4.9_2016.02
pkgrel = 1
url = https://releases.linaro.org/
arch = i686
@@ -23,12 +23,12 @@ pkgbase = arm-none-eabi-gcc49-linaro
options = !strip
options = zipman
options = docs
- 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/components/toolchain/gcc-linaro/4.9-2016.02/gcc-linaro-4.9-2016.02.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 = 9a149d46b933d66b85141c0a8341321551f6b56f264adbf59c312eb52c0f52ad
+ sha256sums = 63bd38c028fec87a85eff1f3728b9e8f9a7070346ab337a57963c413da4859a2
sha256sums = d29fe53d70f545c2fb080b9686e05d0f8af5088fec9b7dc78bc788a98765ef99
sha256sums = b328e9cdca4e2869490d932191b78ef1a61c60382cea3a23d1ef86e7c1fb86a7
sha256sums = 104b9aa652804a56338470983e6975af1d1e5440eb8bddae3a01a966d2b332cf
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/PKGBUILD b/PKGBUILD
index 04525393b368..37e21399ff81 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=arm-none-eabi-gcc49-linaro
_relver=4.9
-_relshortdate=15.06
+_relshortdate=16.02
_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
#pkgver=${_relver}_${_reldate//-/_}
-pkgver=4.9_2015.06
+pkgver=4.9_2016.02
pkgrel=1
_newlibver=linaro-2.2.0-2015.01
_newlibvershort=15.01
@@ -22,7 +22,7 @@ makedepends=('flex' 'bison')
provides=('arm-none-eabi-gcc')
conflicts=('arm-none-eabi-gcc' 'cross-arm-none-eabi-gcc')
options=(staticlibs !libtool !emptydirs !strip zipman docs)
-source=(http://releases.linaro.org/${_relshortdate}/components/toolchain/gcc-linaro/${_relver}/gcc-linaro-${_relverdate}.tar.xz
+source=(http://releases.linaro.org/components/toolchain/gcc-linaro/${_relverdate}/gcc-linaro-${_relverdate}.tar.xz
http://releases.linaro.org/${_newlibvershort}/components/toolchain/newlib-linaro/newlib-${_newlibver}.tar.xz
gcc-4.9-fix-build-with-gcc-6.patch
gcc-${_relver}-multilib2.patch
@@ -85,7 +85,7 @@ package() {
# vim: set ts=2 sw=2 ft=sh et:
-sha256sums=('9a149d46b933d66b85141c0a8341321551f6b56f264adbf59c312eb52c0f52ad'
+sha256sums=('63bd38c028fec87a85eff1f3728b9e8f9a7070346ab337a57963c413da4859a2'
'd29fe53d70f545c2fb080b9686e05d0f8af5088fec9b7dc78bc788a98765ef99'
'b328e9cdca4e2869490d932191b78ef1a61c60382cea3a23d1ef86e7c1fb86a7'
'104b9aa652804a56338470983e6975af1d1e5440eb8bddae3a01a966d2b332cf'