Date: Saturday, September 11, 2021 @ 09:35:07 Author: diabonas Revision: 1014236
upgpkg: libtpms 0.8.6-1: upstream release This package is functionally identical to libtpms 0.8.5-2, now as an official upstream release. Modified: libtpms/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-11 09:29:48 UTC (rev 1014235) +++ PKGBUILD 2021-09-11 09:35:07 UTC (rev 1014236) @@ -1,8 +1,8 @@ # Maintainer: Jonas Witschel <diabo...@archlinux.org> pkgname=libtpms -pkgver=0.8.5 -_tag=ac4b9363504b8259e85bad09e967ad5aa87c5e22 # git rev-parse "v$pkgver" -pkgrel=2 +pkgver=0.8.6 +_tag=4679759875de377441dc1aed0a958ba56cd3273e # 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') url='https://github.com/stefanberger/libtpms' @@ -20,10 +20,6 @@ prepare() { cd "$pkgname" - - # Fix for tpm2-tools test suite (https://github.com/stefanberger/libtpms/pull/260) - git cherry-pick --no-commit 8ae3d744bc0cf9dc8a0078fe052f5bd70e41c818 - autoreconf --install --force }