release: New release 4.9-2015q2-20150609
* Keeping up with the times
This commit is contained in:
parent
51b976ab43
commit
d820751cc0
8
.SRCINFO
8
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = gcc-arm-none-eabi-bin
|
pkgbase = gcc-arm-none-eabi-bin
|
||||||
pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes GDB and newlib)
|
pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes GDB and newlib)
|
||||||
pkgver = 4.9_2014_q4_major
|
pkgver = 4.9_2015_q2_update
|
||||||
pkgrel = 2
|
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
|
||||||
@ -20,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/4.9/4.9-2014-q4-major/+download/gcc-arm-none-eabi-4_9-2014q4-20141203-linux.tar.bz2
|
source = https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-linux.tar.bz2
|
||||||
md5sums = 74cc4f012699c171089e72832d95bf4c
|
md5sums = 3a574c5becfca496bafe07bbd76e9deae1fd0cc99c5a9de0f8c610750f2f89ac
|
||||||
|
|
||||||
pkgname = gcc-arm-none-eabi-bin
|
pkgname = gcc-arm-none-eabi-bin
|
||||||
|
|
||||||
|
8
PKGBUILD
8
PKGBUILD
@ -1,12 +1,12 @@
|
|||||||
# Original Maintainer: James Duley <jagduley gmail>
|
# Original Maintainer: James Duley <jagduley gmail>
|
||||||
pkgname=gcc-arm-none-eabi-bin
|
pkgname=gcc-arm-none-eabi-bin
|
||||||
pkgver=4.9_2014_q4_major
|
pkgver=4.9_2015_q2_update
|
||||||
_pkgname=gcc-arm-none-eabi
|
_pkgname=gcc-arm-none-eabi
|
||||||
_pkgver=${pkgver//_/-}
|
_pkgver=${pkgver//_/-}
|
||||||
_pkgvershort=${_pkgver%-*}
|
_pkgvershort=${_pkgver%-*}
|
||||||
_pkgvershort=${_pkgvershort/-q/q}
|
_pkgvershort=${_pkgvershort/-q/q}
|
||||||
_pkgdate=20141203
|
_pkgdate=20150609
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="GNU Tools ARM Embedded Processors (binary distribution, includes GDB and newlib)"
|
pkgdesc="GNU Tools ARM Embedded Processors (binary distribution, includes GDB and newlib)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
if [ "${CARCH}" = "x86_64" ]; then
|
if [ "${CARCH}" = "x86_64" ]; then
|
||||||
@ -30,7 +30,7 @@ url="https://launchpad.net/gcc-arm-embedded"
|
|||||||
source="https://launchpad.net/gcc-arm-embedded/${pkgver%%_*}/${_pkgver}/+download/${_pkgname}-${_pkgvershort/./_}-${_pkgdate}-linux.tar.bz2"
|
source="https://launchpad.net/gcc-arm-embedded/${pkgver%%_*}/${_pkgver}/+download/${_pkgname}-${_pkgvershort/./_}-${_pkgdate}-linux.tar.bz2"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
options=(!strip staticlibs)
|
options=(!strip staticlibs)
|
||||||
md5sums=('74cc4f012699c171089e72832d95bf4c')
|
sha256sums=('3a574c5becfca496bafe07bbd76e9deae1fd0cc99c5a9de0f8c610750f2f89ac')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p $pkgdir/usr
|
mkdir -p $pkgdir/usr
|
||||||
|
Loading…
Reference in New Issue
Block a user