diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ _target=riscv64-unknown-elf pkgname=$_target-binutils -pkgver=2.33.1 +pkgver=2.34 pkgrel=1 pkgdesc='Assemble and manipulate binary and object files for 32bit and 64bit RISC-V' arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url='http://www.gnu.org/software/binutils/' license=('GPL') depends=('zlib') source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz") -sha1sums=('06598868f5fa8efc98427dcb790d42c664f1a1a4') +sha256sums=('f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952') prepare() { cd binutils-$pkgver @@ -44,7 +44,7 @@ check() { # 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() { |