summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIwan Timmer2018-09-24 19:06:40 +0200
committerIwan Timmer2018-09-24 19:06:40 +0200
commit586b25e3a4f91efa1c17ef9b3cbacc7da584c63f (patch)
tree4c7e9a98387b750ca6eaec043fe4adc3f4517dd7 /PKGBUILD
parentcbdbf0f61ac6158738159fa554d0e8bb166a3db0 (diff)
downloadaur-586b25e3a4f91efa1c17ef9b3cbacc7da584c63f.tar.gz
Use Python 3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b30faee76e9a..274a80e5faea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Iwan Timmer <irtimmer@gmail.com>
pkgname=tpm2-pkcs11-git
-pkgver=r2.48c26c5
+pkgver=r16.2f1283b
pkgrel=1
pkgdesc="A PKCS#11 interface for TPM2 hardware"
arch=('i686' 'x86_64')
url="https://github.com/tpm2-software/tpm2-pkcs11"
license=('BSD')
-depends=('tpm2-tools-git' 'python2-werkzeug')
+depends=('tpm2-tools-git' 'python-werkzeug')
makedepends=('git')
source=("git+https://github.com/tpm2-software/tpm2-pkcs11.git")
sha256sums=('SKIP')
@@ -23,8 +23,6 @@ build() {
./bootstrap
./configure --prefix /usr
make
-
- sed -i 's/ python$/ python2/' tools/tpm2_ptool.py
}
package() {