Date: Thursday, May 11, 2023 @ 07:29:19 Author: grawlinson Revision: 1459885
upgpkg: libabigail 2.3-1; new upstream release & add missing dependencies Modified: libabigail/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-11 07:28:04 UTC (rev 1459884) +++ PKGBUILD 2023-05-11 07:29:19 UTC (rev 1459885) @@ -2,7 +2,7 @@ # Contributor: Alexander 'z33ky' Hirsch <[email protected]> pkgname=libabigail -pkgver=2.2 +pkgver=2.3 pkgrel=1 pkgdesc='ABI Generic Analysis and Instrumentation Library' arch=('x86_64') @@ -9,7 +9,11 @@ license=('Apache') url='https://sourceware.org/libabigail/' depends=( + 'glibc' + 'gcc-libs' + 'binutils' 'libxml2' + 'libelf' 'elfutils' 'python' ) @@ -17,7 +21,7 @@ 'git' 'python-sphinx' ) -_commit='1f51b9e85dc42dc71caf7fe79436d64c6a3d03f3' +_commit='cdf3f8e2370b9c393b9fec097a8ef2dde2d45101' source=("git+https://sourceware.org/git/libabigail.git#commit=$_commit") b2sums=('SKIP')
