Date: Friday, February 19, 2021 @ 09:08:58 Author: diabonas Revision: 865557
upgpkg: libtpms 0.7.5-1: upstream release Modified: libtpms/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-19 08:50:55 UTC (rev 865556) +++ PKGBUILD 2021-02-19 09:08:58 UTC (rev 865557) @@ -1,7 +1,7 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=libtpms -pkgver=0.7.4 -_tag=1ea1261c05a17889f4864f4115e30633faff5ca3 # git rev-parse "v$pkgver" +pkgver=0.7.5 +_tag=4c1a86524b3fa225811f904a943e9c4a479a222b # git rev-parse "v$pkgver" pkgrel=1 pkgdesc='Library providing a software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0)' arch=('x86_64') @@ -15,7 +15,7 @@ pkgver() { cd "$pkgname" - git describe | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' + git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g' } prepare() {
