core/binutils to 2.41-3

This commit is contained in:
Kevin Mihelich 2023-08-05 01:08:47 +00:00
parent 9f4198ceb3
commit c133861ee5

View file

@ -13,7 +13,7 @@ noautobuild=1
pkgname=binutils pkgname=binutils
pkgver=2.41 pkgver=2.41
_commit=31b78cc991781265d9404bd55151691bedd6d556 _commit=31b78cc991781265d9404bd55151691bedd6d556
pkgrel=2 pkgrel=3
pkgdesc='A set of programs to assemble and manipulate binary and object files' pkgdesc='A set of programs to assemble and manipulate binary and object files'
arch=(x86_64) arch=(x86_64)
url='https://www.gnu.org/software/binutils/' url='https://www.gnu.org/software/binutils/'
@ -22,6 +22,11 @@ depends=(glibc jansson libelf zlib zstd)
makedepends=(git) makedepends=(git)
checkdepends=(dejagnu debuginfod bc) checkdepends=(dejagnu debuginfod bc)
optdepends=('debuginfod: for debuginfod server/client functionality') optdepends=('debuginfod: for debuginfod server/client functionality')
provides=(
libctf.so
libgprofng.so
libsframe.so
)
backup=('etc/gprofng.rc') backup=('etc/gprofng.rc')
options=(staticlibs !distcc !ccache) options=(staticlibs !distcc !ccache)
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit} source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}