summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9812d4f1ce9e..5437581340aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-none-eabi-gcc53-linaro-alternative
pkgdesc = The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target.
- pkgver = 5.3_2016.02
+ pkgver = 5.3_2018.11
pkgrel = 1
url = https://releases.linaro.org/
arch = i686
@@ -21,7 +21,7 @@ pkgbase = arm-none-eabi-gcc53-linaro-alternative
options = zipman
options = docs
source = http://releases.linaro.org/components/toolchain/gcc-linaro/5.3-2016.02/gcc-linaro-5.3-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 = http://releases.linaro.org/archive/15.01/components/toolchain/newlib-linaro/newlib-linaro-2.2.0-2015.01.tar.xz
source = 0100-gcc-fix-build-with-gcc-6.patch
source = 0200-gcc-no-exceptions.patch
source = 0300-gcc-multilib2.patch
diff --git a/PKGBUILD b/PKGBUILD
index cf6b45516599..3fb6dc0bbddc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _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=5.3_2016.02
+pkgver=5.3_2018.11
pkgrel=1
_newlibver=linaro-2.2.0-2015.01
_newlibvershort=15.01
@@ -26,7 +26,7 @@ makedepends=('flex' 'bison')
#conflicts=('arm-none-eabi-gcc' 'cross-arm-none-eabi-gcc')
options=(staticlibs !libtool !emptydirs !strip zipman docs)
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
+ http://releases.linaro.org/archive/${_newlibvershort}/components/toolchain/newlib-linaro/newlib-${_newlibver}.tar.xz
0100-gcc-fix-build-with-gcc-6.patch
0200-gcc-no-exceptions.patch
0300-gcc-multilib2.patch