summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2019-04-04 19:24:01 +0200
committerJonas Witschel2019-04-04 19:24:01 +0200
commita0a7914bcccd79a30a83296d87491bafb024878a (patch)
tree3504ace4f17777e32678a5fcbee4775bab4f5b30 /PKGBUILD
parentc1e40ee62008e9b130f2ef43b16b2bf1ca6970ba (diff)
downloadaur-a0a7914bcccd79a30a83296d87491bafb024878a.tar.gz
upgpkg: tpm2-totp-git 0.1.0.r5.ed86a39-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2085f36bb9c..25a447dd5d05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonas Witschel <diabonas at gmx dot de>
pkgname=tpm2-totp-git
-pkgver=0.1.0.rc0.r0.44fcb68
+pkgver=0.1.0.r5.ed86a39
pkgrel=1
pkgdesc='Attest the trustworthiness of a device against a human using time-based one-time passwords'
arch=('x86_64')
@@ -38,10 +38,8 @@ build() {
}
# WARNING: currently tests are disabled by default because they use an available hardware TPM.
-# This should generally be safe, but the tests might fail if your TPM does not support all
-# cryptographic algorithms used by the test suite and some data might get left behind in the
-# TPM's storage (NVRAM). Familiarise yourself with the documentation before enabling tests
-# or build in a clean chroot that does not have access to the physical TPM device.
+# This will overwrite any TOTP secrects previously stored there! It is recommended to build
+# in a clean chroot that does not have access to the physical TPM device.
check() {
cd "${pkgname%-git}"
make --jobs=1 check