summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2021-09-27 10:42:24 +0200
committerJonas Witschel2021-09-27 10:42:24 +0200
commit598bd7744368bf37f370bfd3e8b4967a0b4e8a68 (patch)
tree25844a13985ef52aae6aa39c1912964ad9e347c1 /PKGBUILD
parentc636f18fb309d917561217d3368a118ed85fce83 (diff)
downloadaur-598bd7744368bf37f370bfd3e8b4967a0b4e8a68.tar.gz
upgpkg: tpm2-tss-git 3.1.0.r56.bfc10c42-1: add libtpms makedepends
Upstream commit https://github.com/tpm2-software/tpm2-tss/commit/ec9ffe67a4ef9671c556c47ebc0a5114af1e6605 added a TCTI for libtpms. libtpms is usually installed as part of the "swtpm" checkdepends anyway, but explicitly add it to makedepends to make building with --nocheck possible as well. The libtpms dynamic library is dlopen()'ed, so it is not a hard runtime dependency for tpm2-tss.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79692f4ca83d..c3c985801017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=tpm2-tss-git
-pkgver=3.0.0.r16.76be63d6
+pkgver=3.1.0.r56.bfc10c42
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' 'json-c' 'openssl' 'libjson-c.so')
-makedepends=('git' 'autoconf-archive' 'cmocka' 'doxygen')
+makedepends=('git' 'autoconf-archive' 'cmocka' 'doxygen' 'libtpms')
checkdepends=('iproute2' 'swtpm' 'uthash')
provides=("${pkgname%-git}" 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so'
'libtss2-sys.so' 'libtss2-tctildr.so')