summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2019-05-15 18:45:36 +0200
committerJonas Witschel2019-05-15 18:45:36 +0200
commitb1f455bc466df7a98bd9402f8c8547bb184cf9fc (patch)
treec853967b9b27c51a2d85150998e68d40e6fa40fd
parentb52dc5f9ca74039891642f381c479c79f16d2b1a (diff)
downloadaur-b1f455bc466df7a98bd9402f8c8547bb184cf9fc.tar.gz
upgpkg: tpm2-totp-git 0.1.0.r28.a388092-1
mkinitcpio is now required for the mkinitcpio-tpm2-totp.sh integration test.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 494acc8e8752..bf146bd75f7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = tpm2-totp-git
pkgdesc = Attest the trustworthiness of a device against a human using time-based one-time passwords
- pkgver = 0.1.0.r23.bed3c92
+ pkgver = 0.1.0.r28.a388092
pkgrel = 1
url = https://github.com/tpm2-software/tpm2-totp
arch = x86_64
license = BSD
checkdepends = ibm-sw-tpm2
checkdepends = iproute2
+ checkdepends = mkinitcpio
checkdepends = oath-toolkit
checkdepends = procps-ng
checkdepends = psmisc
diff --git a/PKGBUILD b/PKGBUILD
index aab438c452ba..f89bcaa65cb6 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.r23.bed3c92
+pkgver=0.1.0.r28.a388092
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' 'oath-toolkit' 'procps-ng' 'psmisc' 'tpm2-tools-git')
+checkdepends=('ibm-sw-tpm2' 'iproute2' 'mkinitcpio' 'oath-toolkit' 'procps-ng' 'psmisc' 'tpm2-tools-git')
optdepends=('mkinitcpio: display the TOTP during boot'
'plymouth: display the TOTP during boot')
provides=("${pkgname%-git}")