summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrister Solskogen2021-08-03 14:17:40 +0200
committerChrister Solskogen2021-08-03 14:17:40 +0200
commitb0de0a34b420b1050d1d806ab9696c23ed976f90 (patch)
treebe01140ca89a7ed64a2c98656b78bfefb09f92f2
parent3cbe2b75ab0d1355ed7a7b31b1f13e3154582df4 (diff)
downloadaur-b0de0a34b420b1050d1d806ab9696c23ed976f90.tar.gz
Update to latest binutils
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46a725e76c9b..64f096d3abcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = aarch64-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the ARM64 target
- pkgver = 2.36.1
- pkgrel = 3
+ pkgver = 2.37
+ pkgrel = 0
url = https://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
depends = libelf
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz.sig
- validpgpkeys = EAF1C276A747E9ED86210CBAC3126D3B4AE55E93
+ depends = zlib
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
+ sha256sums = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
sha256sums = SKIP
pkgname = aarch64-binutils
-
diff --git a/PKGBUILD b/PKGBUILD
index fe572056ea56..c59610aaf393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,17 @@
_arch=aarch64
_target=$_arch-unknown-linux-gnu
pkgname=$_arch-binutils
-pkgver=2.36.1
-pkgrel=3
+pkgver=2.37
+pkgrel=0
pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM64 target'
arch=(x86_64)
url='https://www.gnu.org/software/binutils/'
license=(GPL)
-depends=('libelf')
+depends=('libelf' 'zlib')
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
-sha256sums=('e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0'
+sha256sums=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c'
'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' # Tristan Gingold <gingold@adacore.com>
- '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
+validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
prepare() {
cd binutils-$pkgver