summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadzim Dambrouski2016-02-17 01:02:28 +0300
committerVadzim Dambrouski2016-02-17 01:02:28 +0300
commit4c6a18a863841e7b72d7c7f089c8a6a3b7fbfe68 (patch)
treebf2565d759e86a8543a4b1a7a741d10a13a3320d
parent9375c056f80211eec461ce7d8ea32dc8e8fdac82 (diff)
downloadaur-4c6a18a863841e7b72d7c7f089c8a6a3b7fbfe68.tar.gz
fixed PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2b8c1c09c59..099ff6304424 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 29 12:16:59 UTC 2015
+# Tue Feb 16 22:01:24 UTC 2016
pkgbase = gcc-arm-none-eabi-bin
pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)
pkgver = 5_2015_q4_major
diff --git a/PKGBUILD b/PKGBUILD
index bb663f814a00..0e83ace4b49b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ conflicts=('gcc-arm-none-eabi'
'arm-none-eabi-newlib'
)
url="https://launchpad.net/gcc-arm-embedded"
-source="https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2"
+source=("https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2")
license=('custom')
options=(!strip staticlibs)
sha256sums=('1e94f8e287d100f0d36702ca23be7cfb7c9dabdb7e4fce9f81872f1e13e5ab8a')