summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhviehstah2016-07-27 22:55:36 +0200
committermuhviehstah2016-07-27 22:55:36 +0200
commitaf61fcb94fb925f5da8af190c63381f70dea3b33 (patch)
tree7ff5f4313288b457260a55820859b0c99721b624
parent660004670ec956217718c4a474749f0959f0eded (diff)
downloadaur-af61fcb94fb925f5da8af190c63381f70dea3b33.tar.gz
update to 2016.07 Snapshot
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cde9b2c29222..06308ebe23df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-none-eabi-gcc60-linaro
pkgdesc = The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target.
- pkgver = 6.1_2016.06
+ pkgver = 6.1_2016.07
pkgrel = 1
url = https://releases.linaro.org/
arch = i686
@@ -23,7 +23,7 @@ pkgbase = arm-none-eabi-gcc60-linaro
options = !strip
options = zipman
options = docs
- source = http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.1-2016.06/gcc-linaro-snapshot-6.1-2016.06.tar.xz
+ source = http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.1-2016.07/gcc-linaro-snapshot-6.1-2016.07.tar.xz
source = 0200-gcc-no-exceptions.patch
source = 0300-gcc-multilib2.patch
source = 1039-libcc1-fix-libcc1-s-install-path-and-rpath.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6d09f31a4a31..9ecdaf00273b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=arm-none-eabi-gcc60-linaro
_relver=snapshot-6.1
-_relshortdate=16.06
+_relshortdate=16.07
_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=6.1_2016.06
-_pkgver=6.1-2016.06
+pkgver=6.1_2016.07
+_pkgver=6.1-2016.07
pkgrel=1
pkgdesc="The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target."
arch=(i686 x86_64)