summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhviehstah2017-12-31 01:53:33 +0100
committermuhviehstah2017-12-31 01:53:33 +0100
commit94dea8dde053c8ffd4d2e1581fb7730b696d3aba (patch)
tree327a1d894403319f60cf6aa3e6a0fab6a00f4406
parentd5708b17b1ddc84a9e62e7d568850111a77f9ffd (diff)
downloadaur-94dea8dde053c8ffd4d2e1581fb7730b696d3aba.tar.gz
fixed var
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f676a019518..9fcf78276e20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-none-eabi-newlib-linaro-git
pkgdesc = A C standard library implementation intended for use on embedded systems (ARM bare metal) Linaro Git Version
pkgver = .17991.eb4bfe462
- pkgrel = 1
+ pkgrel = 2
url = http://www.sourceware.org/newlib/
arch = any
license = BSD
@@ -10,7 +10,7 @@ pkgbase = arm-none-eabi-newlib-linaro-git
provides = "${_target}"-newlib
options = !emptydirs
options = !strip
- source = git+http://git.linaro.org/toolchain/newlib.git#tag=newlib-snapshot-.17991.eb4bfe462
+ source = git+http://git.linaro.org/toolchain/newlib.git#tag=newlib-snapshot-20171222
sha1sums = SKIP
pkgname = arm-none-eabi-newlib-linaro-git
diff --git a/PKGBUILD b/PKGBUILD
index 519a2e93c334..8ef6e6a81654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@
_target=arm-none-eabi
pkgname=$_target-newlib-linaro-git
pkgver=.17991.eb4bfe462
-pkgrel=1
+_pkgver=20171222
+pkgrel=2
_libname=newlib
_upstream_ver=snapshot-"${pkgver}"
pkgdesc='A C standard library implementation intended for use on embedded systems (ARM bare metal) Linaro Git Version'
@@ -14,7 +15,7 @@ license=(BSD)
makedepends=($_target-gcc 'cloog')
options=(!emptydirs !strip)
provides=('"${_target}"-newlib')
-source=("git+http://git.linaro.org/toolchain/newlib.git#tag=newlib-snapshot-$pkgver")
+source=("git+http://git.linaro.org/toolchain/newlib.git#tag=newlib-snapshot-$_pkgver")
sha1sums=('SKIP')