Date: Monday, March 30, 2020 @ 15:29:00 Author: diabonas Revision: 607055
upgpkg: tpm2-pkcs11 1.2.0-1: upstream release Modified: tpm2-pkcs11/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-30 15:26:05 UTC (rev 607054) +++ PKGBUILD 2020-03-30 15:29:00 UTC (rev 607055) @@ -1,6 +1,6 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=tpm2-pkcs11 -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=1 pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware' arch=('x86_64') @@ -8,8 +8,9 @@ license=('BSD') depends=('openssl' 'python-cryptography' 'python-pyasn1-modules' 'python-yaml' 'sqlite' 'tpm2-tools') checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 'tpm2-abrmd' 'wget' 'xxd') +provides=('libtpm2_pkcs11.so') source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}) -sha512sums=('0ae590b2616f270f2c912201533c350f689b9459db29d8c05e3b41ec9415b595b323f451015fe134193f38307141146fbfa6a0064f28c918063810e3cd028f32' +sha512sums=('e7de454b38388c4562fc92282855c1ed9a04c7968c358d6918137257fb5a1ca785c2297e8a34464ea04eed86acd9fc5b59c837027da9d3f195ec86ff0563feeb' 'SKIP') validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts (Bill Roberts) <[email protected]>
