summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2021-11-04 15:00:05 +0100
committerJonas Witschel2021-11-04 15:00:05 +0100
commitfd5bc59335bc85b66c37993112d278421784f2ec (patch)
tree9c05031341137685743436772f1b9a4a48fbd0fb
parent3695fb689a9234c3edcfb9a293321af7363009e7 (diff)
downloadaur-fd5bc59335bc85b66c37993112d278421784f2ec.tar.gz
upgpkg: tpm2-pkcs11-git 1.7.0.r14.862bdb8-1: depend on stable tpm2-tools
tpm2-tools 5.2 has been released, so it is no longer necessary to depend on the VCS package.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a1ef76c84b..3a17cd92ea7c 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.6.0.r54.701b617
+ pkgver = 1.7.0.r14.862bdb8
pkgrel = 1
url = https://github.com/tpm2-software/tpm2-pkcs11
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = tpm2-pkcs11-git
depends = python-pyasn1-modules
depends = python-yaml
depends = sqlite
- depends = tpm2-tools-git
+ depends = tpm2-tools
depends = tpm2-tss
depends = libtss2-esys.so
depends = libtss2-fapi.so
diff --git a/PKGBUILD b/PKGBUILD
index 5d6d65a2b6e8..95e8fdf800d5 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.r54.701b617
+pkgver=1.7.0.r14.862bdb8
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-git' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
+ '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-setuptools')
checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 'openssh'
'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-tss-engine' 'wget' 'xxd')