summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvonPalitroque2016-01-04 13:55:44 -0500
committervonPalitroque2016-01-04 13:55:44 -0500
commitd28c840e863a3d485c99dcc763d9ee0dbdc2ebdc (patch)
tree9a1dd2a994b5acb9e4195e7200742cca8fe3a837 /PKGBUILD
parent2dfea250c332b1f2faac9099039af74f2935c174 (diff)
downloadaur-d28c840e863a3d485c99dcc763d9ee0dbdc2ebdc.tar.gz
Updated PKGBUILD with new version.
Updated PKGBUILD with new release version. Changed license to correct one. Notice that nosys.specs is no longer provided. See [1] and [2] for details. [1] https://sourceware.org/ml/newlib/2015/msg00926.html [2] https://sourceware.org/ml/newlib/2015/msg00923.html
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cfc94afebd0..2721112783bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_target=msp430-elf
pkgname=${_target}-newlib
-pkgver=2.2.0.20151023
-pkgrel=2
+pkgver=2.3.0.20160104
+pkgrel=1
pkgdesc="C library for bare metal systems for the ${_target} target."
arch=(any)
url="https://sourceware.org/newlib/"
-license=('GPL')
+license=('BSD')
groups=(devel)
depends=("${_target}-gcc-stage1" "${_target}-binutils")
options=('!makeflags' '!strip' 'staticlibs')
source=("ftp://sourceware.org/pub/newlib/newlib-${pkgver}.tar.gz")
-sha256sums=('fd1d3d358dd66922f37563518e787196e1fba8adaa6d8b1e955d145b38b3fa60')
+sha256sums=('c92a0e02904bd4fbe1dd416ed94e786c66afbaeae484e4c26be8bb7c7c1e4cd1')
prepare() {
cd "${srcdir}/newlib-${pkgver}"