Date: Monday, December 5, 2022 @ 07:57:57 Author: grawlinson Revision: 1356509
upgpkg: libabigail 2.2-1; new upstream release Modified: libabigail/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-05 07:47:53 UTC (rev 1356508) +++ PKGBUILD 2022-12-05 07:57:57 UTC (rev 1356509) @@ -2,8 +2,8 @@ # Contributor: Alexander 'z33ky' Hirsch <[email protected]> pkgname=libabigail -pkgver=2.1 -pkgrel=2 +pkgver=2.2 +pkgrel=1 pkgdesc='ABI Generic Analysis and Instrumentation Library' arch=('x86_64') license=('Apache') @@ -18,7 +18,7 @@ 'python-sphinx' ) options=('debug') -_commit='9e50fa7c408fa2f6a4f3200656ad9faf8972eb4e' +_commit='1f51b9e85dc42dc71caf7fe79436d64c6a3d03f3' source=("git+https://sourceware.org/git/libabigail.git#commit=$_commit") b2sums=('SKIP') @@ -25,9 +25,7 @@ pkgver() { cd "$pkgname" - head -n 1 NEWS - # no git tag - #git describe --tags | sed 's/^libabigail-//' + git describe --tags | sed 's/^libabigail-//' } prepare() {
