Date: Monday, November 4, 2019 @ 14:07:27 Author: alucryd Revision: 524067
upgpkg: lib32-expat 2.2.9-1 Modified: lib32-expat/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-04 14:01:19 UTC (rev 524066) +++ PKGBUILD 2019-11-04 14:07:27 UTC (rev 524067) @@ -2,9 +2,9 @@ # Contributor: Felix Yan <[email protected]> pkgname=lib32-expat -pkgver=2.2.7 +pkgver=2.2.9 pkgrel=1 -pkgdesc='An XML Parser library written in C (32 bit)' +pkgdesc='An XML Parser library' arch=(x86_64) url=https://libexpat.github.io/ license=(custom) @@ -16,9 +16,15 @@ docbook2x git ) -source=(git+https://github.com/libexpat/libexpat.git#tag=R_${pkgver//./_}) +source=(git+https://github.com/libexpat/libexpat.git#tag=a7bc26b69768f7fb24f0c7976fae24b157b85b13) sha512sums=(SKIP) +pkgver() { + cd libexpat + + git describe --tags | sed 's/R_//; s/_/./g' +} + prepare() { cd libexpat/expat
