* update powerpc64-unknown-linux-gnu-binutils to 2.43.1-1
This commit is contained in:
parent
a8ad5f7786
commit
4219406872
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
_target=powerpc64-unknown-linux-gnu
|
_target=powerpc64-unknown-linux-gnu
|
||||||
pkgname=$_target-binutils
|
pkgname=$_target-binutils
|
||||||
pkgver=2.42+r91+g6224493e457
|
pkgver=2.43.1
|
||||||
_commit=6224493e457e72b11818c87cdc112bdb0fee5f81
|
_commit=beb2cdbcda911764b2bed5e57921fe90493260bd
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Assemble and manipulate binary and object files for riscv64'
|
pkgdesc='Assemble and manipulate binary and object files for riscv64'
|
||||||
arch=(x86_64 powerpc64le powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc riscv64)
|
||||||
@ -16,12 +16,12 @@ depends=(glibc zlib libelf jansson)
|
|||||||
makedepends=(git setconf)
|
makedepends=(git setconf)
|
||||||
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
|
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
|
||||||
gold-warn-unsupported.patch)
|
gold-warn-unsupported.patch)
|
||||||
sha512sums=('f795d671307315c348b98bfca7b8563ea9a4814c255ad6cee780d75c2f73be8f598b5e187698bad18dcf6eeffbb1aff9cab8d984d33561a3e88dfccaf367b5f9'
|
sha256sums=('47cedf324f140726c948191c0e8ca697ba76df9cf7f0007f5e3bd044f3af5f42'
|
||||||
'5d827b349b4456f8314776f1545396945c751b822a77604157b3fe436e5ff82bb313af3a215c99fd9d1f1f8ebb9f92033cc1a4968e35734619ad28b9bb3839a7')
|
'2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd binutils-gdb
|
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() {
|
prepare() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user