update to 12.4-systemd: libelf-0.193

This commit is contained in:
2025-12-21 21:21:40 -05:00
parent b148219eda
commit a63f06f123
@@ -1,12 +1,12 @@
pkgname="libelf" pkgname="libelf"
_pkgbase="elfutils" _pkgbase="elfutils"
pkgver=0.192 pkgver=0.193
pkgdesc="Handle ELF object files and DWARF debugging information (lib)" pkgdesc="Handle ELF object files and DWARF debugging information (lib)"
license=("GPL-2.0-or-later OR LGPL-3.0-or-later") license=("GPL-2.0-or-later OR LGPL-3.0-or-later")
homepage="https://sourceware.org/elfutils/" homepage="https://sourceware.org/elfutils/"
sources=("${_pkgbase}-${pkgver}.tar.bz2") sources=("${_pkgbase}-${pkgver}.tar.bz2")
urls=("https://sourceware.org/ftp/${_pkgbase}/${pkgver}/${sources[0]}") urls=("https://sourceware.org/ftp/${_pkgbase}/${pkgver}/${sources[0]}")
md5sums="a6bb1efc147302cfc15b5c2b827f186a" md5sums="ceefa052ded950a4c523688799193a44"
src_prepare() { src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1 tar -xf ${distdir}/${sources[0]} --strip-components=1
@@ -21,7 +21,8 @@ src_build() {
} }
src_check() { src_check() {
make check leaf_record_message "dwarf_srclang_check is known to fail."
make -k check
} }
src_install() { src_install() {