* update binutils to 2.43_1+r186+g61f8adadd6db-1

This commit is contained in:
Alexander Baldeck 2025-02-02 15:51:30 +01:00
parent 642dd0dd70
commit fe209af741
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files
pkgver = 2.43+r4+g7999dae69612
pkgver = 2.43_1+r186+g61f8adadd6db
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = x86_64
@ -34,10 +34,10 @@ pkgbase = binutils
options = !distcc
options = !ccache
backup = etc/gprofng.rc
source = git+https://sourceware.org/git/binutils-gdb.git#commit=7999dae69612295e1bbffe64aff87044372a0059
source = git+https://sourceware.org/git/binutils-gdb.git#commit=61f8adadd6db110f4a333c0a853dc492d8abe4bc
source = gold-warn-unsupported.patch
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
sha256sums = 4726efb1f887c659cfb6aa198f18ca638d405f58ee1eeda4df3eb201c1169a67
sha256sums = bf0b750964266ac0a6790209eab3e23a2a143714d39e3ee2f568b3be04a57c69
sha256sums = 2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4
pkgname = binutils

View File

@ -7,9 +7,9 @@
# toolchain build order: linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
pkgname=binutils
pkgver=2.43.1
_commit=beb2cdbcda911764b2bed5e57921fe90493260bd
pkgrel=1.2
pkgver=2.43_1+r186+g61f8adadd6db
_commit=61f8adadd6db110f4a333c0a853dc492d8abe4bc
pkgrel=1
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/'
@ -29,13 +29,13 @@ backup=('etc/gprofng.rc')
options=(staticlibs !distcc !ccache)
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
gold-warn-unsupported.patch)
sha256sums=('47cedf324f140726c948191c0e8ca697ba76df9cf7f0007f5e3bd044f3af5f42'
sha256sums=('bf0b750964266ac0a6790209eab3e23a2a143714d39e3ee2f568b3be04a57c69'
'2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4')
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
pkgver() {
cd binutils-gdb
git describe --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./g'
git describe --abbrev=12 --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./'
}
prepare() {