* update powerpc-unknown-linux-gnu-binutils to 2.43.1-1

This commit is contained in:
Alexander Baldeck 2024-09-24 15:04:54 +02:00
parent 47c708d209
commit 495a7c268a

View File

@ -5,8 +5,8 @@
_target=powerpc-unknown-linux-gnu
pkgname=$_target-binutils
pkgver=2.43+r4+g7999dae6961
_commit=7999dae69612295e1bbffe64aff87044372a0059
pkgver=2.43.1
_commit=beb2cdbcda911764b2bed5e57921fe90493260bd
pkgrel=1
pkgdesc='Assemble and manipulate binary and object files for riscv64'
arch=(x86_64 powerpc64le powerpc64 riscv64)
@ -16,12 +16,12 @@ depends=(glibc zlib libelf jansson)
makedepends=(git setconf)
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
gold-warn-unsupported.patch)
sha256sums=('4726efb1f887c659cfb6aa198f18ca638d405f58ee1eeda4df3eb201c1169a67'
sha256sums=('47cedf324f140726c948191c0e8ca697ba76df9cf7f0007f5e3bd044f3af5f42'
'2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4')
pkgver() {
cd binutils-gdb
git describe --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./'
git describe --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./g'
}
prepare() {