summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvonPalitroque2020-01-06 19:21:12 -0500
committervonPalitroque2020-01-06 19:21:12 -0500
commita1b00b2823fec7b03ada2f92a4fe27330622c8e4 (patch)
tree4d611c37d7596141fd1db7c37264a6320f687949 /PKGBUILD
parent6d99c845d0f68398430761670ad4c55e98bf50eb (diff)
downloadaur-a1b00b2823fec7b03ada2f92a4fe27330622c8e4.tar.gz
Updated to latest upstream snapshot.
Updated to latest upstream snapshot. Due to changes to newlib, this requires rebuilding the msp430-elf-gcc package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a983c749b772..a8444b5e61e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target=msp430-elf
pkgname=${_target}-newlib
-pkgver=3.1.0
-pkgrel=4
+pkgver=3.2.0
+pkgrel=1
pkgdesc="C library for bare metal systems for the ${_target} target."
arch=(any)
url="https://sourceware.org/newlib/"
@@ -12,7 +12,7 @@ groups=(devel)
depends=("${_target}-gcc-stage1" "${_target}-binutils")
options=('!makeflags' '!strip' 'staticlibs' '!libtool')
source=("ftp://sourceware.org/pub/newlib/newlib-${pkgver}.tar.gz")
-sha256sums=('fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a')
+sha256sums=('f7b2322964a1e3b37bec0768da20f50dfb62247d729110974dd95756a53bb6d4')
prepare() {
cd "${srcdir}/newlib-${pkgver}"