summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2019-05-27 14:17:06 +0200
committerJonas Witschel2019-05-27 14:17:06 +0200
commite0cd14ce4dc1377e6031def41890862c319a20e5 (patch)
tree01166eb113318eaef8d2ad732a384f2eaf9c1c79 /PKGBUILD
parentb1f455bc466df7a98bd9402f8c8547bb184cf9fc (diff)
downloadaur-e0cd14ce4dc1377e6031def41890862c319a20e5.tar.gz
Depend on tpm2-tools instead of tpm2-tools-git
Explicit dependency on the development version is not necessary, the used commands also work fine with the stable 3.1.4 release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f89bcaa65cb6..d94737819d1f 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.r28.a388092
+pkgver=0.1.0.r35.8fdb503
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')
makedepends=('git' 'autoconf-archive' 'pandoc' 'plymouth')
-checkdepends=('ibm-sw-tpm2' 'iproute2' 'mkinitcpio' 'oath-toolkit' 'procps-ng' 'psmisc' 'tpm2-tools-git')
+checkdepends=('ibm-sw-tpm2' 'iproute2' 'mkinitcpio' 'oath-toolkit' 'procps-ng' 'psmisc' 'tpm2-tools')
optdepends=('mkinitcpio: display the TOTP during boot'
'plymouth: display the TOTP during boot')
provides=("${pkgname%-git}")