[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat Dec 27 15:27:59 UTC 2014


    Date: Saturday, December 27, 2014 @ 16:27:59
  Author: anatolik
Revision: 124707

upgpkg: arm-none-eabi-newlib 2.1.0-3

binutils-2.25 rebuild
bump git revision

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-27 14:56:59 UTC (rev 124706)
+++ PKGBUILD	2014-12-27 15:27:59 UTC (rev 124707)
@@ -4,7 +4,7 @@
 _target=arm-none-eabi
 pkgname=$_target-newlib
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A C standard library implementation intended for use on embedded systems (ARM bare metal)'
 arch=(any)
 url='http://www.sourceware.org/newlib/'
@@ -12,7 +12,7 @@
 makedepends=($_target-gcc git)
 options=(!emptydirs !strip staticlibs !buildflags)
 # newlib 2.1.0 does not have newlib-nano integrated yet. Let's use the latest HEAD until 2.1.1 release.
-source=(git://sourceware.org/git/newlib.git#commit=9b9f839addfe16ab0fd11f09a30a28139bfae6d5)
+source=(git://sourceware.org/git/newlib.git#commit=0daa4d6f9b06af8530e50d0dce793ef9a5292aec)
 sha1sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list