Date: Thursday, October 13, 2022 @ 06:32:35 Author: grawlinson Revision: 1327952
upgpkg: libabigail 2.1-1; new upstream release. * New upstream release. * Remove upstreamed fix for man page. * Enable debug package. Modified: libabigail/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-13 06:24:37 UTC (rev 1327951) +++ PKGBUILD 2022-10-13 06:32:35 UTC (rev 1327952) @@ -2,8 +2,8 @@ # Contributor: Alexander 'z33ky' Hirsch <[email protected]> pkgname=libabigail -pkgver=2.0 -pkgrel=2 +pkgver=2.1 +pkgrel=1 pkgdesc='ABI Generic Analysis and Instrumentation Library' arch=('x86_64') license=('Apache') @@ -17,7 +17,8 @@ 'git' 'python-sphinx' ) -_commit='7060a0b2675e871e49ff0e17b691113bbe1a7c5d' +options=('debug') +_commit='9e50fa7c408fa2f6a4f3200656ad9faf8972eb4e' source=("git://sourceware.org/git/libabigail.git#commit=$_commit") b2sums=('SKIP') @@ -24,15 +25,14 @@ pkgver() { cd "$pkgname" - git describe --tags | sed 's/^libabigail-//' + head -n 1 NEWS + # no git tag + #git describe --tags | sed 's/^libabigail-//' } prepare() { cd "$pkgname" - # add man page for kmidiff - git cherry-pick --no-commit eb3e549794d059294cf1f4a63865e6eb7af8b2e3 - autoreconf -fi }
