summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadzim Dambrouski2018-07-07 23:44:36 +0000
committerVadzim Dambrouski2018-07-07 23:44:36 +0000
commit49722f80d4d7fe02337317e78088c98ccff183e7 (patch)
tree21fce85093d667e4538120e1b8ba7fe97d0755bc
parent7c4b0496b85fb7aca956bf463709d892b14dc3ad (diff)
downloadaur-49722f80d4d7fe02337317e78088c98ccff183e7.tar.gz
version 7_2018_q2_update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b3b6f559c8e..c44ed4b4acff 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index eb6a84470cc8..c9c4ad48c0ef 100644
--- a/PKGBUILD
+++ b/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