summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2020-08-10 19:55:31 +0200
committerJonas Witschel2020-08-10 19:55:31 +0200
commit6d04eb53f67450a297917879607a458b5a2b3d77 (patch)
treef6dd30fceb5be02f5056fc9dbaa09cbfeebb1baa
parentef15a5b992363bedfa999a3bb558afc4e8b3339e (diff)
downloadaur-6d04eb53f67450a297917879607a458b5a2b3d77.tar.gz
upgpkg: tpm2-totp-git 0.2.0.r7.a93ddcc-1: switch from ibm-sw-tpm2 to swtpm
ibm-sw-tpm2 still works fine as a TPM simulator, but the new upstream default in tpm2-tss 3.0.0 is swtpm.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6124b81adb5..4f68851ed6dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tpm2-totp-git
pkgdesc = Attest the trustworthiness of a device against a human using time-based one-time passwords
- pkgver = 0.2.0.r6.b4f26a9
+ pkgver = 0.2.0.r7.a93ddcc
pkgrel = 1
url = https://github.com/tpm2-software/tpm2-totp
arch = x86_64
license = BSD
- checkdepends = ibm-sw-tpm2
checkdepends = iproute2
checkdepends = oath-toolkit
checkdepends = procps-ng
+ checkdepends = swtpm
checkdepends = tpm2-tools
makedepends = git
makedepends = autoconf-archive
diff --git a/PKGBUILD b/PKGBUILD
index 1948fde7cb7c..380930cce874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
pkgname=tpm2-totp-git
-pkgver=0.2.0.r6.b4f26a9
+pkgver=0.2.0.r7.a93ddcc
pkgrel=1
pkgdesc='Attest the trustworthiness of a device against a human using time-based one-time passwords'
arch=('x86_64')
@@ -8,7 +8,7 @@ url='https://github.com/tpm2-software/tpm2-totp'
license=('BSD')
depends=('qrencode' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-mu.so' 'libtss2-tctildr.so')
makedepends=('git' 'autoconf-archive' 'doxygen' 'pandoc' 'plymouth')
-checkdepends=('ibm-sw-tpm2' 'iproute2' 'oath-toolkit' 'procps-ng' 'tpm2-tools')
+checkdepends=('iproute2' 'oath-toolkit' 'procps-ng' 'swtpm' 'tpm2-tools')
optdepends=('initramfs: dracut and mkinitcpio hooks to display the TOTP during boot'
'plymouth: display the TOTP during boot using plymouth messages')
provides=("${pkgname%-git}")