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

Anatol Pomozov anatolik at archlinux.org
Mon Jul 16 19:27:10 UTC 2018


    Date: Monday, July 16, 2018 @ 19:27:10
  Author: anatolik
Revision: 360171

upgpkg: arm-none-eabi-binutils 2.31-1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-16 19:25:57 UTC (rev 360170)
+++ PKGBUILD	2018-07-16 19:27:10 UTC (rev 360171)
@@ -4,7 +4,7 @@
 
 _target=arm-none-eabi
 pkgname=$_target-binutils
-pkgver=2.30
+pkgver=2.31
 pkgrel=1
 pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(zlib)
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('33d807f7fa680b00439eb5560acd0c2ef645e5f9'
+sha1sums=('31cfc3f1fc6672096694124b99a637533c4873d7'
           'SKIP')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold <gingold at adacore.com>
               '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc at redhat.com>
@@ -46,7 +46,7 @@
   
   # unset LDFLAGS as testsuite makes assumptions about which ones are active
   # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check
+  make LDFLAGS="" -k check || true
 }
 
 package() {
@@ -55,7 +55,7 @@
   make DESTDIR="$pkgdir" install
 
   # Remove file conflicting with host binutils and manpages for MS Windows tools
-  rm "$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+  rm "$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,windres,windmc}*
 
   # Remove info documents that conflict with host version
   rm -r "$pkgdir"/usr/share/info



More information about the arch-commits mailing list