Update to 2017q1
This commit is contained in:
parent
2ee4fd1a02
commit
e5fc7da137
11
.SRCINFO
11
.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
|
||||
|
||||
|
16
PKGBUILD
16
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
|
||||
|
Loading…
Reference in New Issue
Block a user