summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadzim Dambrouski2017-12-20 00:08:48 +0300
committerVadzim Dambrouski2017-12-20 00:08:48 +0300
commit7c4b0496b85fb7aca956bf463709d892b14dc3ad (patch)
tree4a1bed2301dee904df58103a0ad6957061f2f01b
parent60dc29504188018ef08912f9a435381ec23ed175 (diff)
downloadaur-7c4b0496b85fb7aca956bf463709d892b14dc3ad.tar.gz
7_2017_q4_major
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b6fa12a4177..3b3b6f559c8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 29 05:53:15 UTC 2017
+# Tue Dec 19 21:06:02 UTC 2017
pkgbase = gcc-arm-none-eabi-bin
pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)
- pkgver = 6_2017_q2_update
+ pkgver = 7_2017_q4_major
pkgrel = 1
url = https://developer.arm.com/open-source/gnu-toolchain/gnu-rm
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = gcc-arm-none-eabi-bin
conflicts = arm-none-eabi-newlib
options = !strip
options = staticlibs
- source = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2
- sha256sums = e68e4b2fe348ecb567c27985355dff75b65319a0f6595d44a18a8c5e05887cc3
+ source = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/7-2017q4/gcc-arm-none-eabi-7-2017-q4-major-linux.tar.bz2
+ sha256sums = 96a029e2ae130a1210eaa69e309ea40463028eab18ba19c1086e4c2dafe69a6a
pkgname = gcc-arm-none-eabi-bin
diff --git a/PKGBUILD b/PKGBUILD
index f89c08740cad..eb6a84470cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous Maintainer: 2bluesc <2bluesc gmail.com>
# Maintainer: Vadzim Dambrouski <pftbest gmail.com>
pkgname=gcc-arm-none-eabi-bin
-pkgver=6_2017_q2_update
+pkgver=7_2017_q4_major
pkgrel=1
pkgdesc="GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)"
arch=('x86_64')
@@ -21,10 +21,10 @@ conflicts=('gcc-arm-none-eabi'
'arm-none-eabi-newlib'
)
url="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm"
-source=("https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2")
+source=("https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/7-2017q4/gcc-arm-none-eabi-7-2017-q4-major-linux.tar.bz2")
license=('custom')
options=(!strip staticlibs)
-sha256sums=('e68e4b2fe348ecb567c27985355dff75b65319a0f6595d44a18a8c5e05887cc3')
+sha256sums=('96a029e2ae130a1210eaa69e309ea40463028eab18ba19c1086e4c2dafe69a6a')
package() {
mkdir -p $pkgdir/usr