[arch-commits] Commit in tpm2-totp/trunk (PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Thu Oct 1 18:46:38 UTC 2020


    Date: Thursday, October 1, 2020 @ 18:46:38
  Author: diabonas
Revision: 714259

Switch checkdepends from ibm-sw-tpm2 to swtpm

ibm-sw-tpm2 as the TPM simulator still works fine, but the new upstream default
is swtpm.

Modified:
  tpm2-totp/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-01 18:45:43 UTC (rev 714258)
+++ PKGBUILD	2020-10-01 18:46:38 UTC (rev 714259)
@@ -7,7 +7,7 @@
 url='https://github.com/tpm2-software/tpm2-totp'
 license=('BSD')
 depends=('qrencode' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-mu.so' 'libtss2-tctildr.so')
-checkdepends=('ibm-sw-tpm2' 'iproute2' 'oath-toolkit' 'tpm2-tools')
+checkdepends=('iproute2' 'oath-toolkit' 'swtpm' 'tpm2-tools')
 optdepends=('initramfs: dracut and mkinitcpio hooks to display the TOTP during boot')
 source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
 sha512sums=('d47cc8155a60a464afe602c3114ff8e6b2ff825457e6069693947421716b97c34b00f70adbcb4cda1b5b9639b8a3dfc7800295bbff99822da7a8077ebf78d6b2'



More information about the arch-commits mailing list