summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db36fa96a781..fea809900f25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = aarch64-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the ARM64 target
- pkgver = 2.37
- pkgrel = 2
+ pkgver = 2.38
+ pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
depends = zlib
depends = elfutils
- 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
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
+ sha256sums = e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
sha256sums = SKIP
pkgname = aarch64-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 780b15e70834..21c02e58e16c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,17 @@
_arch=aarch64
_target=$_arch-unknown-linux-gnu
pkgname=$_arch-binutils
-pkgver=2.37
-pkgrel=2
+pkgver=2.38
+pkgrel=1
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=('zlib' 'elfutils')
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
-sha256sums=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c'
+sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024'
'SKIP')
+
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
build() {