Date: Tuesday, February 13, 2018 @ 15:53:09 Author: anatolik Revision: 293869
upgpkg: arm-none-eabi-newlib 3.0.0-1 Modified: arm-none-eabi-newlib/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-13 15:17:19 UTC (rev 293868) +++ PKGBUILD 2018-02-13 15:53:09 UTC (rev 293869) @@ -3,7 +3,7 @@ _target=arm-none-eabi pkgname=$_target-newlib -pkgver=2.5.0.20170922 +pkgver=3.0.0 pkgrel=1 _upstream_ver=$pkgver pkgdesc='A C standard library implementation intended for use on embedded systems (ARM bare metal)' @@ -13,13 +13,16 @@ makedepends=($_target-gcc) options=(!emptydirs !strip) source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz - fix_build.patch::'https://www.sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=patch;h=111b6813fb967a4bae51dc43d574c0c28d4dea6c' -) + fix_build1.patch::'https://www.sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=patch;h=b8272e3b8df8337744423e4dd23e727cf963d528' + fix_build2.patch::'https://www.sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=patch;h=b7e0f286a2ecab3b687ec9b3f95f5a88b9f85310') +sha256sums=('c8566335ee74e5fcaeb8595b4ebd0400c4b043d6acb3263ecb1314f8f5501332' + '2be98412600b8d62b4f1456e95ae4bc3b7a6810981d3fde49fad1f42df0c49da' + '641978987fcfc9fc5c529192f34771db44d3257f95bc682da16e8351356177cf') - prepare() { cd newlib-$_upstream_ver - patch -p1 < ../fix_build.patch + patch -p1 < ../fix_build1.patch + patch -p1 < ../fix_build2.patch } build() { @@ -69,5 +72,3 @@ install -d "$pkgdir"/usr/share/licenses/$pkgname/ install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ "$srcdir"/newlib-$_upstream_ver/COPYING* } -md5sums=('499fb1239b44faf2e4a0873f17fe61ff' - '3516d1406be5dd979dfb4ca64c417168')