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