diff --git a/.SRCINFO b/.SRCINFO index eac6476..0eeaf18 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 581d95a..31fee03 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,15 +2,11 @@ # Previous Maintainer: 2bluesc <2bluesc gmail.com> # Maintainer: Vadzim Dambrouski 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