update to 5-2016-q1-update
This commit is contained in:
parent
4c6a18a863
commit
3510d0aff9
10
.SRCINFO
10
.SRCINFO
@ -1,14 +1,12 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Tue Feb 16 22:01:24 UTC 2016
|
||||
pkgbase = gcc-arm-none-eabi-bin
|
||||
pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)
|
||||
pkgver = 5_2015_q4_major
|
||||
pkgver = 5_2016_q1_update
|
||||
pkgrel = 1
|
||||
url = https://launchpad.net/gcc-arm-embedded
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = custom
|
||||
depends = glibc
|
||||
depends = lib32-glibc
|
||||
optdepends = arm-none-eabi-gdb: GNU Debugger for ARM EABI
|
||||
provides = gcc-arm-none-eabi
|
||||
provides = arm-none-eabi-gcc
|
||||
@ -20,8 +18,8 @@ pkgbase = gcc-arm-none-eabi-bin
|
||||
conflicts = arm-none-eabi-newlib
|
||||
options = !strip
|
||||
options = staticlibs
|
||||
source = https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2
|
||||
sha256sums = 1e94f8e287d100f0d36702ca23be7cfb7c9dabdb7e4fce9f81872f1e13e5ab8a
|
||||
source = https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q1-update/+download/gcc-arm-none-eabi-5_3-2016q1-20160330-linux.tar.bz2
|
||||
sha256sums = 217850b0f3297014e8e52010aa52da0a83a073ddec4dc49b1a747458c5d6a223
|
||||
|
||||
pkgname = gcc-arm-none-eabi-bin
|
||||
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,7 +2,7 @@
|
||||
# Previous Maintainer: 2bluesc <2bluesc gmail.com>
|
||||
# Maintainer: Vadzim Dambrouski <pftbest gmail.com>
|
||||
pkgname=gcc-arm-none-eabi-bin
|
||||
pkgver=5_2015_q4_major
|
||||
pkgver=5_2016_q1_update
|
||||
pkgrel=1
|
||||
pkgdesc="GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -25,10 +25,10 @@ conflicts=('gcc-arm-none-eabi'
|
||||
'arm-none-eabi-newlib'
|
||||
)
|
||||
url="https://launchpad.net/gcc-arm-embedded"
|
||||
source=("https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2")
|
||||
source=("https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q1-update/+download/gcc-arm-none-eabi-5_3-2016q1-20160330-linux.tar.bz2")
|
||||
license=('custom')
|
||||
options=(!strip staticlibs)
|
||||
sha256sums=('1e94f8e287d100f0d36702ca23be7cfb7c9dabdb7e4fce9f81872f1e13e5ab8a')
|
||||
sha256sums=('217850b0f3297014e8e52010aa52da0a83a073ddec4dc49b1a747458c5d6a223')
|
||||
|
||||
package() {
|
||||
mkdir -p $pkgdir/usr
|
||||
|
Loading…
Reference in New Issue
Block a user