summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid P2021-03-14 16:47:59 -0300
committerDavid P2021-03-14 16:47:59 -0300
commitef58b7dcbda1b730564fbc21e2ec159037ceaba0 (patch)
tree98aa811c047477f493ad585d61aded8e6420454b
parent5b070f07b32c244cdb5e57fb9ae21473658f2c79 (diff)
downloadaur-ef58b7dcbda1b730564fbc21e2ec159037ceaba0.tar.gz
upgpkg: sh-elf-binutils 2.36.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04f8fae85731..7cdca7c38b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sh-elf-binutils
- pkgdesc = A set of programs to assemble and manipulate binary and object files for the SuperH target
- pkgver = 2.34
+ pkgdesc = A set of programs to assemble and manipulate binary and object files for the SuperH (bare-metal) target
+ pkgver = 2.36.1
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = sh-elf-binutils
arch = armv7h
license = GPL
depends = zlib
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.bz2
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.bz2.sig
validpgpkeys = EAF1C276A747E9ED86210CBAC3126D3B4AE55E93
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha512sums = f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
+ sha512sums = 5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201
sha512sums = SKIP
pkgname = sh-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index f48d58b7a3d2..20c3e2159176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_target=sh-elf
pkgname=$_target-binutils
-pkgver=2.34
+pkgver=2.36.1
pkgrel=1
-pkgdesc='A set of programs to assemble and manipulate binary and object files for the SuperH target'
+pkgdesc='A set of programs to assemble and manipulate binary and object files for the SuperH (bare-metal) target'
arch=('x86_64' 'i686' 'armv7h')
url='http://www.gnu.org/software/binutils/'
license=(GPL)
depends=(zlib)
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha512sums=('f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067'
+sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
'SKIP')
validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' # Tristan Gingold <gingold@adacore.com>
'3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
@@ -45,7 +45,7 @@ build() {
check() {
cd binutils-$pkgver
-
+
# unset LDFLAGS as testsuite makes assumptions about which ones are active
# do not abort on errors - manually check log files
make LDFLAGS="" -k check || true
@@ -58,6 +58,7 @@ package() {
# Remove file conflicting with host binutils and manpages for MS Windows tools
rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+ rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
# Remove info documents that conflict with host version
rm -r "$pkgdir"/usr/share/info