summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dc4c905ed37..519a2e93c334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_target=arm-none-eabi
pkgname=$_target-newlib-linaro-git
-pkgver=20170623
-pkgrel=2
+pkgver=.17991.eb4bfe462
+pkgrel=1
_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 +14,7 @@ license=(BSD)
makedepends=($_target-gcc 'cloog')
options=(!emptydirs !strip)
provides=('"${_target}"-newlib')
-source=("git+http://git.linaro.org/toolchain/newlib.git#tag=newslib-snapshot-")
+source=("git+http://git.linaro.org/toolchain/newlib.git#tag=newlib-snapshot-$pkgver")
sha1sums=('SKIP')