summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2019-07-26 22:09:44 +0200
committerJonas Witschel2019-07-26 22:09:44 +0200
commitb69405f0422fe3b713721ac5a92002dd4e603f4d (patch)
treec4aa16c3dfeebe5fdb10d406f93c465d1f91a2cc /PKGBUILD
parent177e1b609aeffc858f8f49bac6526cab76af1d08 (diff)
downloadaur-b69405f0422fe3b713721ac5a92002dd4e603f4d.tar.gz
upgpkg: tpm2-totp-git 0.1.0.r70.ace43a6-1
Temporarily depend on tpm2-tss-git until tpm2-tss 2.3.0 is released.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2dd110f5ba15..2a910c892a23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonas Witschel <diabonas at gmx dot de>
pkgname=tpm2-totp-git
-pkgver=0.1.0.r48.cb6f7be
+pkgver=0.1.0.r70.ace43a6
pkgrel=1
pkgdesc='Attest the trustworthiness of a device against a human using time-based one-time passwords'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-totp'
license=('BSD')
-depends=('qrencode' 'tpm2-tss')
+depends=('qrencode' 'tpm2-tss-git')
makedepends=('git' 'autoconf-archive' 'doxygen' 'pandoc' 'plymouth')
checkdepends=('ibm-sw-tpm2' 'iproute2' 'mkinitcpio' 'oath-toolkit' 'procps-ng' 'psmisc' 'tpm2-tools')
optdepends=('initramfs: initramfs hooks to display the TOTP during boot'