core/binutils to 2.43_1+r171+g01da089627be-1

This commit is contained in:
Kevin Mihelich 2025-01-09 13:43:00 +00:00
parent 1fd06f21d6
commit d6be0e8b12
2 changed files with 7 additions and 7 deletions
core/binutils

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+g7999dae6961
pkgver = 2.43_1+r171+g01da089627be
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = x86_64
@ -29,10 +29,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=01da089627beb3bf50b8540e3716a88d464c2c39
source = gold-warn-unsupported.patch
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
sha256sums = 4726efb1f887c659cfb6aa198f18ca638d405f58ee1eeda4df3eb201c1169a67
sha256sums = 3e4532890c7266f89c2aa7399e6c9f2855aceb115cf8f5d48c42f535f3796ac1
sha256sums = 2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4
pkgname = binutils

View file

@ -11,8 +11,8 @@
noautobuild=1
pkgname=binutils
pkgver=2.43+r4+g7999dae6961
_commit=7999dae69612295e1bbffe64aff87044372a0059
pkgver=2.43_1+r171+g01da089627be
_commit=01da089627beb3bf50b8540e3716a88d464c2c39
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files'
arch=(x86_64)
@ -31,13 +31,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=('4726efb1f887c659cfb6aa198f18ca638d405f58ee1eeda4df3eb201c1169a67'
sha256sums=('3e4532890c7266f89c2aa7399e6c9f2855aceb115cf8f5d48c42f535f3796ac1'
'2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4')
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
pkgver() {
cd binutils-gdb
git describe --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./'
git describe --abbrev=12 --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./'
}
prepare() {