summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2022-10-10 00:23:51 -0300
committerDavid P <megver83@parabola.nu>2022-10-10 00:23:51 -0300
commita702b6963f8acc63cc12f1c3e5d3f4d41de8f33b (patch)
tree222a5090b77b0994ac9db1bb655a5f5f8e1e0c2f
parentef87d38db9507e2d10fb0cb9da69862db59816d7 (diff)
updpkg: libre/sh-elf-binutils 2.39-1
Signed-off-by: David P <megver83@parabola.nu>
-rw-r--r--libre/sh-elf-binutils/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/libre/sh-elf-binutils/PKGBUILD b/libre/sh-elf-binutils/PKGBUILD
index fa4de58ae..1456d41c1 100644
--- a/libre/sh-elf-binutils/PKGBUILD
+++ b/libre/sh-elf-binutils/PKGBUILD
@@ -2,18 +2,17 @@
_target=sh-elf
pkgname=$_target-binutils
-pkgver=2.37
+pkgver=2.39
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files for the SuperH (bare-metal) target'
-arch=('x86_64' 'i686' 'armv7h')
+arch=(x86_64 i686 armv7h)
url='http://www.gnu.org/software/binutils/'
license=(GPL)
-depends=(zlib)
+depends=(zlib libelf)
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha512sums=('b3f5184697f77e94c95d48f6879de214eb5e17aa6ef8e96f65530d157e515b1ae2f290e98453e4ff126462520fa0f63852b6e1c8fbb397ed2e41984336bc78c6'
+sha512sums=('faa592dd48fc715901ad704ac96dbd34b1792c51e77c7a92a387964b0700703c74be07de45cc4751945c8c0674368c73dc17bbc563d1d2cd235b5ebd8c6e7efb'
'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' # Tristan Gingold <gingold@adacore.com>
- '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
+validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
prepare() {
cd binutils-$pkgver