summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2019-02-11 10:56:49 -0500
committervonPalitroque2019-02-11 10:56:49 -0500
commitcb39bb07eecfe3c5f8bf4c7231db00a6810d6cdc (patch)
treeebbe09b8feb898958a39a9bfcc2ee8448fc91d40
parent5593e4004040af41b267ebee70a0c7dfb652a0af (diff)
downloadaur-cb39bb07eecfe3c5f8bf4c7231db00a6810d6cdc.tar.gz
Updated to latest release.
Updated to latest release. Amusingly, I updated this locally and forgot to push it to the AUR. Apologies for that. Funny thing though that because of this, we don't get to deal with [1], as pacman would have treated the package as a downgrade. [1] https://sourceware.org/ml/newlib/2019/msg00061.html
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ade0d3f4e5d..a5420f9933e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-newlib
pkgdesc = C library for bare metal systems for the msp430-elf target.
- pkgver = 3.1.0.20181231
+ pkgver = 3.1.0
pkgrel = 1
url = https://sourceware.org/newlib/
arch = any
@@ -12,8 +12,8 @@ pkgbase = msp430-elf-newlib
options = !strip
options = staticlibs
options = !libtool
- source = ftp://sourceware.org/pub/newlib/newlib-3.1.0.20181231.tar.gz
- sha256sums = 9e12fea7297648b114434033ed4458755afe7b9b6c7d58123389e82bd37681c0
+ source = ftp://sourceware.org/pub/newlib/newlib-3.1.0.tar.gz
+ sha256sums = fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a
pkgname = msp430-elf-newlib
diff --git a/PKGBUILD b/PKGBUILD
index 7df149ddadff..38ad7d11dd32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-newlib
-pkgver=3.1.0.20181231
+pkgver=3.1.0
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' '!libtool')
source=("ftp://sourceware.org/pub/newlib/newlib-${pkgver}.tar.gz")
-sha256sums=('9e12fea7297648b114434033ed4458755afe7b9b6c7d58123389e82bd37681c0')
+sha256sums=('fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a')
prepare() {
cd "${srcdir}/newlib-${pkgver}"