Date: Tuesday, October 27, 2020 @ 14:40:33 Author: alucryd Revision: 734458
upgpkg: lib32-expat 2.2.10-1 Modified: lib32-expat/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-27 14:39:06 UTC (rev 734457) +++ PKGBUILD 2020-10-27 14:40:33 UTC (rev 734458) @@ -2,7 +2,7 @@ # Contributor: Felix Yan <[email protected]> pkgname=lib32-expat -pkgver=2.2.9 +pkgver=2.2.10 pkgrel=1 pkgdesc='An XML Parser library' arch=(x86_64) @@ -16,7 +16,8 @@ docbook2x git ) -source=(git+https://github.com/libexpat/libexpat.git#tag=a7bc26b69768f7fb24f0c7976fae24b157b85b13) +_tag=162e16b0a7392a20ecdb2a4d0d13b5a03a7b2380 +source=(git+https://github.com/libexpat/libexpat.git#tag=${_tag}) sha512sums=(SKIP) pkgver() {
