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

Bruno Pagani archange at archlinux.org
Fri Mar 29 12:09:11 UTC 2019


    Date: Friday, March 29, 2019 @ 12:09:10
  Author: archange
Revision: 445992

upgpkg: tpm2-tss 2.2.2-1

Also fix enabling/disabling checks (thanks to diabonas)

Modified:
  tpm2-tss/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-29 11:23:29 UTC (rev 445991)
+++ PKGBUILD	2019-03-29 12:09:10 UTC (rev 445992)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=tpm2-tss
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)"
 arch=('x86_64')
@@ -11,12 +11,12 @@
 makedepends=('doxygen')
 checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'procps-ng' 'uthash')
 source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('5bcf558a9625389f86fe6add33a386a4db8c8dc8bf00b120a7ecf972de0393a4' 'SKIP')
+sha256sums=('c1d5ebed8ab77e5ec59aeb8c19b42a7516776994e67ce1f7924716c5ee0e712d' 'SKIP')
 validpgpkeys=('D760B790CCF0A41CBE7B047C316CC1FB24ABDC72') # Tadeusz Struk <tadeusz.struk at intel.com>
 
 build() {
     cd ${pkgname}-${pkgver}
-    ./configure --prefix=/usr --with-udevrulesprefix=60- $(check_option check y && echo --enable-unit --enable-integration)
+    ./configure --prefix=/usr --with-udevrulesprefix=60- $( ((CHECKFUNC)) && echo --enable-unit --enable-integration)
     make
 }
 



More information about the arch-commits mailing list