[arch-commits] Commit in tpm2-tools/trunk (PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Wed Aug 5 07:36:50 UTC 2020


    Date: Wednesday, August 5, 2020 @ 07:36:49
  Author: diabonas
Revision: 669056

upgpkg: tpm2-tools 4.2.1-2: tpm2-tss 3.0.0 rebuild

Modified:
  tpm2-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-05 07:33:05 UTC (rev 669055)
+++ PKGBUILD	2020-08-05 07:36:49 UTC (rev 669056)
@@ -2,15 +2,15 @@
 # Contributor: Bruno Pagani <archange at archlinux.org>
 pkgname=tpm2-tools
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Trusted Platform Module 2.0 tools based on tpm2-tss'
 arch=('x86_64')
 url='https://github.com/tpm2-software/tpm2-tools'
 license=('BSD')
-depends=('curl' 'openssl' 'libutil-linux' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so'
+depends=('curl' 'libutil-linux' 'openssl' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so'
          'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 'libtss2-tctildr.so')
+checkdepends=('cmocka' 'expect' 'ibm-sw-tpm2' 'iproute2' 'python-yaml' 'tpm2-abrmd' 'xxd')
 optdepends=('tpm2-abrmd: user space resource manager')
-checkdepends=('cmocka' 'expect' 'ibm-sw-tpm2' 'iproute2' 'python-yaml' 'tpm2-abrmd' 'xxd')
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
 sha512sums=('4da103e70880d72a9aa402dea39ea439a0657729af22f08ac7275022c475ab46cb3dd6123d6846669d9b7f8f9af7b3e3df7c3b1d33cd0149b649b7941c84c339'
             'SKIP')
@@ -19,9 +19,7 @@
 
 build() {
 	cd "$pkgname-$pkgver"
-	./configure \
-	    --sysconfdir=/etc \
-	    --prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit)
+	./configure --prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit)
 	make
 }
 



More information about the arch-commits mailing list