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