2
0
Fork 0

release: New release 4.9-2015q2-20150609

* Keeping up with the times
This commit is contained in:
Kyle Manna 2015-09-20 20:22:02 -07:00
parent 51b976ab43
commit d820751cc0
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = gcc-arm-none-eabi-bin
pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes GDB and newlib)
pkgver = 4.9_2014_q4_major
pkgrel = 2
pkgver = 4.9_2015_q2_update
pkgrel = 1
url = https://launchpad.net/gcc-arm-embedded
arch = i686
arch = x86_64
@ -20,8 +20,8 @@ pkgbase = gcc-arm-none-eabi-bin
conflicts = arm-none-eabi-newlib
options = !strip
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
md5sums = 74cc4f012699c171089e72832d95bf4c
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 = 3a574c5becfca496bafe07bbd76e9deae1fd0cc99c5a9de0f8c610750f2f89ac
pkgname = gcc-arm-none-eabi-bin

View File

@ -1,12 +1,12 @@
# Original Maintainer: James Duley <jagduley gmail>
pkgname=gcc-arm-none-eabi-bin
pkgver=4.9_2014_q4_major
pkgver=4.9_2015_q2_update
_pkgname=gcc-arm-none-eabi
_pkgver=${pkgver//_/-}
_pkgvershort=${_pkgver%-*}
_pkgvershort=${_pkgvershort/-q/q}
_pkgdate=20141203
pkgrel=2
_pkgdate=20150609
pkgrel=1
pkgdesc="GNU Tools ARM Embedded Processors (binary distribution, includes GDB and newlib)"
arch=('i686' 'x86_64')
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"
license=('custom')
options=(!strip staticlibs)
md5sums=('74cc4f012699c171089e72832d95bf4c')
sha256sums=('3a574c5becfca496bafe07bbd76e9deae1fd0cc99c5a9de0f8c610750f2f89ac')
package() {
mkdir -p $pkgdir/usr