summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordoragasu2021-10-09 17:01:43 +0200
committerdoragasu2021-10-09 17:01:43 +0200
commit565343d9cf810c2e9e6f3e9455c84bef166ee413 (patch)
tree0557ad3d8ac667f5aab1555e3a93572df0d7856b
parent2746ac2f59562cab075522eb550b83cdc7d33c4f (diff)
downloadaur-565343d9cf810c2e9e6f3e9455c84bef166ee413.tar.gz
Update to version 2.37
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a1b60ab582e..3e108e430168 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m68k-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (m68k-elf)
- pkgver = 2.35
+ pkgver = 2.37
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -11,11 +11,10 @@ pkgbase = m68k-elf-binutils
options = staticlibs
options = !distcc
options = !ccache
- source = http://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.xz
- source = http://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.xz.sig
+ source = http://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
+ source = http://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
sha256sums = SKIP
sha256sums = SKIP
pkgname = m68k-elf-binutils
-
diff --git a/PKGBUILD b/PKGBUILD
index ad2ca189276a..28e758813283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target=m68k-elf
_target_cpu=m68000
pkgname=${_target}-binutils
-pkgver=2.35
+pkgver=2.37
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=('i686' 'x86_64')
@@ -48,7 +48,8 @@ package() {
cd binutils-build
make prefix=${pkgdir}/usr install
- # Remove unwanted files
+ # Remove unwanted and conflicting files
rm -rf ${pkgdir}/usr/share
+ rm ${pkgdir}/usr/lib/bfd-plugins/libdep.so
}