Update to 8-2018-q4
This commit is contained in:
parent
49722f80d4
commit
6210f8db3c
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
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 = 7_2018_q2_update
|
pkgver = 8_2018_q4_major
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://developer.arm.com/open-source/gnu-toolchain/gnu-rm
|
url = https://developer.arm.com/open-source/gnu-toolchain/gnu-rm
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -17,9 +17,9 @@ 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://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2
|
source = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2
|
||||||
md5sums = 299ebd3f1c2c90930d28ab82e5d8d6c0
|
md5sums = f55f90d483ddb3bcf4dae5882c2094cd
|
||||||
sha256sums = bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69
|
sha256sums = fb31fbdfe08406ece43eef5df623c0b2deb8b53e405e2c878300f7a1f303ee52
|
||||||
|
|
||||||
pkgname = gcc-arm-none-eabi-bin
|
pkgname = gcc-arm-none-eabi-bin
|
||||||
|
|
||||||
|
8
PKGBUILD
8
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=7_2018_q2_update
|
pkgver=8_2018_q4_major
|
||||||
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=('x86_64')
|
arch=('x86_64')
|
||||||
@ -21,11 +21,11 @@ conflicts=('gcc-arm-none-eabi'
|
|||||||
'arm-none-eabi-newlib'
|
'arm-none-eabi-newlib'
|
||||||
)
|
)
|
||||||
url="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm"
|
url="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm"
|
||||||
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")
|
source=("https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2")
|
||||||
license=('custom')
|
license=('custom')
|
||||||
options=(!strip staticlibs)
|
options=(!strip staticlibs)
|
||||||
sha256sums=('bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69')
|
sha256sums=('fb31fbdfe08406ece43eef5df623c0b2deb8b53e405e2c878300f7a1f303ee52')
|
||||||
md5sums=('299ebd3f1c2c90930d28ab82e5d8d6c0')
|
md5sums=('f55f90d483ddb3bcf4dae5882c2094cd')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p $pkgdir/usr
|
mkdir -p $pkgdir/usr
|
||||||
|
Loading…
Reference in New Issue
Block a user