summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e783671d3d1c..a45ad79f783c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=tpm2-tss-git
-pkgver=2.4.0.r16.047217eb
+pkgver=2.4.0.r81.15073cc3
pkgrel=1
pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-tss'
license=('BSD')
-depends=('curl' 'openssl')
+depends=('curl' 'json-c' 'openssl' 'libjson-c.so')
makedepends=('git' 'autoconf-archive' 'doxygen')
checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'uthash')
-provides=("${pkgname%-git}")
+provides=("${pkgname%-git}" 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so'
+ 'libtss2-sys.so' 'libtss2-tctildr.so')
conflicts=("${pkgname%-git}")
backup=('etc/tpm2-tss/fapi-config.json'
'etc/tpm2-tss/fapi-profiles/P_ECCP256SHA256.json'