summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2020-05-16 13:01:14 +0200
committerJonas Witschel2020-05-16 13:01:14 +0200
commit677864a3d70c631a426abbc039811fde57e6f35d (patch)
tree5f2ec66a1e232b06497c75e247312e37be23d671 /PKGBUILD
parentd70cf115eb38c5703a467183fe331d3c7dc1ba3f (diff)
downloadaur-677864a3d70c631a426abbc039811fde57e6f35d.tar.gz
upgpkg: tpm2-tss-git 2.4.0.r81.15073cc3-1: add libprovides/deps
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'