version 7_2018_q2_update
This commit is contained in:
parent
7c4b0496b8
commit
49722f80d4
9
.SRCINFO
9
.SRCINFO
@ -1,8 +1,6 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Tue Dec 19 21:06:02 UTC 2017
|
||||
pkgbase = gcc-arm-none-eabi-bin
|
||||
pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)
|
||||
pkgver = 7_2017_q4_major
|
||||
pkgver = 7_2018_q2_update
|
||||
pkgrel = 1
|
||||
url = https://developer.arm.com/open-source/gnu-toolchain/gnu-rm
|
||||
arch = x86_64
|
||||
@ -19,8 +17,9 @@ 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/7-2017q4/gcc-arm-none-eabi-7-2017-q4-major-linux.tar.bz2
|
||||
sha256sums = 96a029e2ae130a1210eaa69e309ea40463028eab18ba19c1086e4c2dafe69a6a
|
||||
source = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2
|
||||
md5sums = 299ebd3f1c2c90930d28ab82e5d8d6c0
|
||||
sha256sums = bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69
|
||||
|
||||
pkgname = gcc-arm-none-eabi-bin
|
||||
|
||||
|
7
PKGBUILD
7
PKGBUILD
@ -2,7 +2,7 @@
|
||||
# Previous Maintainer: 2bluesc <2bluesc gmail.com>
|
||||
# Maintainer: Vadzim Dambrouski <pftbest gmail.com>
|
||||
pkgname=gcc-arm-none-eabi-bin
|
||||
pkgver=7_2017_q4_major
|
||||
pkgver=7_2018_q2_update
|
||||
pkgrel=1
|
||||
pkgdesc="GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)"
|
||||
arch=('x86_64')
|
||||
@ -21,10 +21,11 @@ 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/7-2017q4/gcc-arm-none-eabi-7-2017-q4-major-linux.tar.bz2")
|
||||
source=("https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2")
|
||||
license=('custom')
|
||||
options=(!strip staticlibs)
|
||||
sha256sums=('96a029e2ae130a1210eaa69e309ea40463028eab18ba19c1086e4c2dafe69a6a')
|
||||
sha256sums=('bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69')
|
||||
md5sums=('299ebd3f1c2c90930d28ab82e5d8d6c0')
|
||||
|
||||
package() {
|
||||
mkdir -p $pkgdir/usr
|
||||
|
Loading…
Reference in New Issue
Block a user