summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2022-05-20 16:44:24 +0200
committerJonas Witschel2022-05-20 16:44:24 +0200
commitacf2038cbe6379352e73d8a0aa7a9b21e8eee86c (patch)
treeab6990ba2539597ca83b9791a5a82827ef94490c /PKGBUILD
parent8b8188509091ceddb60a674e34cf1fd839b3a86b (diff)
downloadaur-tpm2-pkcs11-git.tar.gz
upgpkg: tpm2-pkcs11-git 1.8.0.r7.9f851dd-1: explicitly depend on python-pyasn1
Sync with the tpm2-pkcs11 PKGBUILD in [community]: tools/tpm2_pkcs11/utils.py imports pyasn1.codec.der from python-pyasn1. This dependecy is already fulfilled transitively through python-pyasn1-modules, but it is better to be explicit.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b80ecd7b1c0..f64c2ac28caa 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.7.0.r54.bedf83a
+pkgver=1.8.0.r7.9f851dd
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-tpm2-pytss' 'python-yaml' 'sqlite' 'tpm2-tools' 'tpm2-tss'
+depends=('libyaml' 'openssl' 'python' 'python-bcrypt' 'python-cryptography' 'python-pyasn1'
+ 'python-pyasn1-modules' 'python-tpm2-pytss' 'python-yaml' 'sqlite' 'tpm2-tools' 'tpm2-tss'
'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
makedepends=('git' 'autoconf-archive' 'cmocka' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 'openssh'