summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2020-08-05 11:11:19 +0200
committerJonas Witschel2020-08-05 11:11:19 +0200
commiteb8ef5b01ebec1baedfcab6fbfa9269430e27783 (patch)
tree979cf172040d9bda8896eec900245757aacb759d
parent5da534cdea200a08ff71532dcaef0a074cd8de30 (diff)
downloadaur-eb8ef5b01ebec1baedfcab6fbfa9269430e27783.tar.gz
upgpkg: tpm2-pkcs11-git 1.3.2rc0.r339.00faef9-1: depend on tpm2-tss
tpm2-tss 3.0.0 has been released, so we can depend on the package in [community] once again. tpm2-abrmd-git is still required until the next release of tpm2-abrmd.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 206bf2f3a58f..2f62fab6483b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tpm2-pkcs11-git
pkgdesc = PKCS#11 interface for Trusted Platform Module 2.0 hardware
- pkgver = 1.3.0.r321.8421d81
+ pkgver = 1.3.2rc0.r339.00faef9
pkgrel = 1
url = https://github.com/tpm2-software/tpm2-pkcs11
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = tpm2-pkcs11-git
depends = python-yaml
depends = sqlite
depends = tpm2-tools
- depends = tpm2-tss-git
+ depends = tpm2-tss
depends = libtss2-esys.so
depends = libtss2-mu.so
depends = libtss2-rc.so
diff --git a/PKGBUILD b/PKGBUILD
index 3cfbdbb28e5b..eabf39249284 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.3.0.r321.8421d81
+pkgver=1.3.2rc0.r339.00faef9
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-cryptography' 'python-pyasn1-modules' 'python-yaml' 'sqlite'
- 'tpm2-tools' 'tpm2-tss-git' 'libtss2-esys.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
+ 'tpm2-tools' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
makedepends=('git' 'autoconf-archive' 'cmocka')
checkdepends=('ibm-sw-tpm2' 'expect' 'iproute2' 'java-hamcrest' 'junit'
'libp11' 'opensc' 'tpm2-abrmd-git' 'tpm2-tss-engine' 'wget' 'xxd')