summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2019-09-17 00:54:36 +0200
committerJonas Witschel2019-09-17 00:54:36 +0200
commit2cb73c529ffed5fde9508a14c2f35181f066f584 (patch)
tree6907afb5ceac0905eada5a9d91b96eaa59e2e625 /PKGBUILD
parentb69405f0422fe3b713721ac5a92002dd4e603f4d (diff)
downloadaur-2cb73c529ffed5fde9508a14c2f35181f066f584.tar.gz
Depend on repository packages instead of VCS packages
tpm2-tss 2.3.1 and tpm2-tools 4.0 are now available in the repositories, so we can use these instead of the -git AUR packages.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a910c892a23..55d63f14d38e 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.r70.ace43a6
+pkgver=0.1.0.r73.a144c27
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-git')
+depends=('qrencode' 'tpm2-tss')
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'