summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrister Solskogen2022-08-10 09:48:13 +0200
committerChrister Solskogen2022-08-10 09:48:13 +0200
commitc9c36eb5b54f8adbc1ad827645020bfb3f2a85c2 (patch)
treeb830fae3b3180c1c5e7cd6d90a8b0be216d8e4f0
parentc41f31cd57b35479c1758403ed532c433976cb5d (diff)
downloadaur-c9c36eb5b54f8adbc1ad827645020bfb3f2a85c2.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fea809900f25..1197257b7a1d 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.38
+ pkgver = 2.39
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.38.tar.xz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.xz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
+ sha256sums = 645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
sha256sums = SKIP
pkgname = aarch64-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 21c02e58e16c..f5c07bcd2c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_arch=aarch64
_target=$_arch-unknown-linux-gnu
pkgname=$_arch-binutils
-pkgver=2.38
+pkgver=2.39
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM64 target'
arch=('x86_64')
@@ -12,7 +12,7 @@ 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=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024'
+sha256sums=('645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00'
'SKIP')
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
@@ -27,8 +27,8 @@ build() {
--enable-deterministic-archives \
--enable-gold \
--enable-install-libiberty \
+ --enable-jansson \
--enable-ld=default \
- --enable-lto \
--enable-plugins \
--enable-relro \
--enable-shared \
@@ -52,5 +52,5 @@ package() {
make DESTDIR="$pkgdir" install
# Remove files that conflict with host version
- rm -r "$pkgdir"/usr/{include,lib,share}
+ rm -r "$pkgdir"/usr/{etc,include,lib,share}
}