summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2021-08-23 21:25:02 +0200
committerJonas Witschel2021-08-23 21:25:02 +0200
commit3695fb689a9234c3edcfb9a293321af7363009e7 (patch)
tree901d575d568b93f6c5c34025e9f373b56fb7da7a /PKGBUILD
parenta6374b0b754c92d69fd8c9ed947603899a75d857 (diff)
downloadaur-3695fb689a9234c3edcfb9a293321af7363009e7.tar.gz
upgpkg: tpm2-pkcs11-git 1.6.0.r54.701b617-1: depend on tpm2-tools-git
This is required since upstream commit https://github.com/tpm2-software/tpm2-pkcs11/commit/574e34cbe0275934244c011b2d80ff3d0bb60505 until the next stable tpm2-tools release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64831db627de..5d6d65a2b6e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
# Contributor: Iwan Timmer <irtimmer@gmail.com>
pkgname=tpm2-pkcs11-git
-pkgver=1.6.0.r26.69308e6
+pkgver=1.6.0.r54.701b617
pkgrel=1
pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-pkcs11'
license=('BSD')
depends=('libyaml' 'openssl' 'python' 'python-bcrypt' 'python-cryptography' 'python-pyasn1-modules' 'python-yaml' 'sqlite'
- 'tpm2-tools' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
+ 'tpm2-tools-git' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
makedepends=('git' 'autoconf-archive' 'cmocka' 'python-setuptools')
checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 'openssh'
'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-tss-engine' 'wget' 'xxd')