summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Razykov2023-08-02 11:06:37 +0500
committerVyacheslav Razykov2023-08-02 11:06:37 +0500
commit35f5c8a9c25e92c5af0629b052e57bf90559fb85 (patch)
treed2562c483580a937f786b65a39583c1692086874
parent9f597c319473b440a31ee6727b3b3f4e2db650bf (diff)
downloadaur-35f5c8a9c25e92c5af0629b052e57bf90559fb85.tar.gz
Update to 2.40-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b59fb6855c9..3f28b1eba7a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-linux-gnueabihf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (arm-linux-gnueabihf)
- pkgver = 2.38
- pkgrel = 2
+ pkgver = 2.40
+ pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
@@ -9,13 +9,14 @@ pkgbase = arm-linux-gnueabihf-binutils
depends = glibc
depends = zlib
depends = elfutils
+ depends = jansson
options = staticlibs
options = !distcc
options = !ccache
- 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.40.tar.xz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
+ sha256sums = 0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index b513f93cc670..f49787a184f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,16 +9,16 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-binutils
-pkgver=2.38
-pkgrel=2
+pkgver=2.40
+pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=(i686 x86_64)
url='https://www.gnu.org/software/binutils/'
license=(GPL)
-depends=(glibc zlib elfutils)
+depends=(glibc zlib elfutils jansson)
options=(staticlibs !distcc !ccache)
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
-sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024'
+sha256sums=('0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1'
'SKIP')
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
@@ -47,6 +47,7 @@ build() {
--enable-gold \
--enable-ld=default \
--enable-lto \
+ --enable-jansson \
--enable-plugins \
--enable-relro \
--enable-targets=${_target} \