summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2021-02-25 10:31:42 +0100
committerJonas Witschel2021-02-25 10:31:42 +0100
commit777746ddf05d3d152c1bf9394c6f489d1af0e7cc (patch)
tree7020908b98fceb37ad9925293b4e7aa42ed391ff
parent5519437f23f6c000fd338a6eef878d914d8faf8f (diff)
downloadaur-777746ddf05d3d152c1bf9394c6f489d1af0e7cc.tar.gz
upgpkg: tpm2-pkcs11-git 1.5.0.r23.77b1188-1: add missing makedepends on python-setuptools
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e218c37fca36..e010cbd5cfc2 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.4.0.r101.2d83133
+ pkgver = 1.5.0.r23.77b1188
pkgrel = 1
url = https://github.com/tpm2-software/tpm2-pkcs11
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = tpm2-pkcs11-git
makedepends = git
makedepends = autoconf-archive
makedepends = cmocka
+ makedepends = python-setuptools
depends = libyaml
depends = openssl
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 3f1d8d435bc4..368e3cfbcb5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
# Contributor: Iwan Timmer <irtimmer@gmail.com>
pkgname=tpm2-pkcs11-git
-pkgver=1.4.0.r101.2d83133
+pkgver=1.5.0.r23.77b1188
pkgrel=1
pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
arch=('x86_64')
@@ -9,7 +9,7 @@ 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' 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
-makedepends=('git' 'autoconf-archive' 'cmocka')
+makedepends=('git' 'autoconf-archive' 'cmocka' 'python-setuptools')
checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc'
'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-tss-engine' 'wget' 'xxd')
source=("git+$url.git")