From 358f275479d81239ca40ac5f5d662ef109f2309d Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 3 Dec 2024 15:48:18 +0100 Subject: [PATCH] * update binutils to 2.43.1-1.2 --- binutils/.SRCINFO | 43 +++++++++++++++++++++++++++++++++++++++++++ binutils/PKGBUILD | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 binutils/.SRCINFO diff --git a/binutils/.SRCINFO b/binutils/.SRCINFO new file mode 100644 index 0000000000..7937755b2f --- /dev/null +++ b/binutils/.SRCINFO @@ -0,0 +1,43 @@ +pkgbase = binutils + pkgdesc = A set of programs to assemble and manipulate binary and object files + pkgver = 2.43+r4+g7999dae69612 + pkgrel = 1 + url = https://www.gnu.org/software/binutils/ + arch = x86_64 + arch = powerpc64le + arch = powerpc64 + arch = powerpc + arch = espresso + arch = riscv64 + license = GPL-2.0-or-later + license = GPL-3.0-or-later + license = LGPL-2.0-or-later + license = LGPL-3.0-or-later + license = GFDL-1.3 + license = FSFAP + checkdepends = dejagnu + checkdepends = debuginfod + checkdepends = bc + makedepends = git + depends = glibc + depends = jansson + depends = libelf + depends = zlib + depends = zstd + optdepends = debuginfod: for debuginfod server/client functionality + provides = libctf.so + provides = libgprofng.so + provides = libsframe.so + conflicts = binutils-multilib + replaces = binutils-multilib + options = staticlibs + options = !distcc + options = !ccache + backup = etc/gprofng.rc + source = git+https://sourceware.org/git/binutils-gdb.git#commit=7999dae69612295e1bbffe64aff87044372a0059 + source = gold-warn-unsupported.patch + validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F + sha256sums = 4726efb1f887c659cfb6aa198f18ca638d405f58ee1eeda4df3eb201c1169a67 + sha256sums = 2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4 + +pkgname = binutils diff --git a/binutils/PKGBUILD b/binutils/PKGBUILD index b6115df850..7bbda7ae91 100644 --- a/binutils/PKGBUILD +++ b/binutils/PKGBUILD @@ -9,7 +9,7 @@ pkgname=binutils pkgver=2.43.1 _commit=beb2cdbcda911764b2bed5e57921fe90493260bd -pkgrel=1.1 +pkgrel=1.2 pkgdesc='A set of programs to assemble and manipulate binary and object files' arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64) url='https://www.gnu.org/software/binutils/'