summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvonPalitroque2016-05-27 17:28:21 -0400
committervonPalitroque2016-05-27 17:28:21 -0400
commitc8d383419dff8ed28e7353c867cf02e556b1a930 (patch)
tree6ff2896fabb26ad41027a359b5a2dfd527562857 /PKGBUILD
parentfb4e7ee93a48b70a2c8012660f15a829b9c77a7f (diff)
downloadaur-c8d383419dff8ed28e7353c867cf02e556b1a930.tar.gz
Updated to latest snapshot.
Updated to latest snapshot. This release eliminates a spurious symbol in the provided linker scripts and corrects a typo in them [1][2]. [1] https://sourceware.org/ml/newlib/2016/msg00163.html [2] https://sourceware.org/ml/newlib/2016/msg00419.html
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8ac8f4c3d4d..eec25f1bb1c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-newlib
-pkgver=2.4.0
+pkgver=2.4.0.20160527
pkgrel=1
pkgdesc="C library for bare metal systems for the ${_target} target."
arch=(any)
@@ -12,7 +12,7 @@ groups=(devel)
depends=("${_target}-gcc-stage1" "${_target}-binutils")
options=('!makeflags' '!strip' 'staticlibs')
source=("ftp://sourceware.org/pub/newlib/newlib-${pkgver}.tar.gz")
-sha256sums=('545b3d235e350d2c61491df8b9f775b1b972f191380db8f52ec0b1c829c52706')
+sha256sums=('46a48b10415d4f27d1574a3eaf91ee25b8bdc9b6ae173ad4a3bd88a90c324367')
prepare() {
cd "${srcdir}/newlib-${pkgver}"