summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Witschel2018-11-19 23:24:03 +0100
committerJonas Witschel2018-11-19 23:24:03 +0100
commit3681fdcc5809a6b4dad169ff83a2de3053665940 (patch)
treef7907ca0a0d771cf7f9b73d1aebb11892da0871e /PKGBUILD
parentd5b0a19e2ca9769868df61e366ad05089e0bf52c (diff)
downloadaur-3681fdcc5809a6b4dad169ff83a2de3053665940.tar.gz
upgpkg: tpm2-tss-git 2.0.0.r121.76ede3d2-1
Upstream now requires gnulib Autoconf macros.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ea67f9e7474..7a3964de65c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jonas Witschel <diabonas at gmx dot de>
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=tpm2-tss-git
-pkgver=2.0.0.r111.b9d1d2b6
+pkgver=2.0.0.r121.76ede3d2
pkgrel=1
pkgdesc='TPM (Trusted Platform Module) 2.0 Software Stack (TSS)'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-tss'
license=('BSD')
depends=('openssl')
-makedepends=('git' 'autoconf-archive' 'doxygen')
+makedepends=('git' 'autoconf-archive' 'doxygen' 'gnulib-git')
checkdepends=('cmocka' # for unit test suite
'ibm-sw-tpm2' 'net-tools' 'procps-ng' 'uthash') # for integration test suite
provides=("${pkgname%-git}")
@@ -23,7 +23,7 @@ pkgver() {
prepare() {
cd "${pkgname%-git}"
- ./bootstrap
+ ./bootstrap --include=/usr/share/gnulib-git/m4
}
build() {