summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadzim Dambrouski2017-02-24 23:07:07 +0300
committerVadzim Dambrouski2017-02-24 23:07:07 +0300
commite5fc7da137e56f9deceb9595a642696c0362fc90 (patch)
tree1b26536292d63d9f2342dde22a013194de45d1a2
parent2ee4fd1a0278118167ad2ff467712a80ffa518ea (diff)
downloadaur-e5fc7da137e56f9deceb9595a642696c0362fc90.tar.gz
Update to 2017q1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eac64761cd47..0eeaf18fa416 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Dec 22 20:37:51 UTC 2016
+# Fri Feb 24 20:05:19 UTC 2017
pkgbase = gcc-arm-none-eabi-bin
pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)
- pkgver = 6_2016_q4_major
- pkgrel = 2
+ pkgver = 6_2017_q1_update
+ pkgrel = 1
url = https://developer.arm.com/open-source/gnu-toolchain/gnu-rm
- arch = i686
arch = x86_64
license = custom
depends = glibc
@@ -20,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-2016q4/gcc-arm-none-eabi-6_2-2016q4-20161216-linux.tar.bz2
- sha256sums = 2cb3515290ab31ec95e035bae6db37f64e422a61dd04ffaaf11c50e65b403353
+ source = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2
+ sha256sums = e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb
pkgname = gcc-arm-none-eabi-bin
diff --git a/PKGBUILD b/PKGBUILD
index 581d95a9f2bf..31fee0307d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,11 @@
# Previous Maintainer: 2bluesc <2bluesc gmail.com>
# Maintainer: Vadzim Dambrouski <pftbest gmail.com>
pkgname=gcc-arm-none-eabi-bin
-pkgver=6_2016_q4_major
-pkgrel=2
+pkgver=6_2017_q1_update
+pkgrel=1
pkgdesc="GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)"
-arch=('i686' 'x86_64')
-if [ "${CARCH}" = "x86_64" ]; then
- depends=('lib32-glibc')
-else
- depends=('glibc')
-fi
+arch=('x86_64')
+depends=('glibc')
optdepends=(
'arm-none-eabi-gdb: GNU Debugger for ARM EABI'
)
@@ -25,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-2016q4/gcc-arm-none-eabi-6_2-2016q4-20161216-linux.tar.bz2")
+source=("https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2")
license=('custom')
options=(!strip staticlibs)
-sha256sums=('2cb3515290ab31ec95e035bae6db37f64e422a61dd04ffaaf11c50e65b403353')
+sha256sums=('e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb')
package() {
mkdir -p $pkgdir/usr