Date: Monday, March 11, 2019 @ 10:34:12 Author: archange Revision: 439741
upgpkg: tpm2-tss 2.2.1-1 Remove leftover uthash dependency. Fix building with --nocheck. Modified: tpm2-tss/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-11 10:30:02 UTC (rev 439740) +++ PKGBUILD 2019-03-11 10:34:12 UTC (rev 439741) @@ -1,22 +1,22 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=tpm2-tss -pkgver=2.2.0 +pkgver=2.2.1 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=('openssl' 'uthash') +depends=('openssl') makedepends=('doxygen') checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'procps-ng' 'uthash') source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha256sums=('c9131eaf3a22affaad58688915957e855d23608eb1c007c0f1e00681f3e32583' 'SKIP') +sha256sums=('5bcf558a9625389f86fe6add33a386a4db8c8dc8bf00b120a7ecf972de0393a4' 'SKIP') validpgpkeys=('D760B790CCF0A41CBE7B047C316CC1FB24ABDC72') # Tadeusz Struk <[email protected]> build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --with-udevrulesprefix=60- --enable-unit --enable-integration + ./configure --prefix=/usr --with-udevrulesprefix=60- $(check_option check y && echo --enable-unit --enable-integration) make }
