Date: Thursday, October 8, 2020 @ 12:17:44 Author: diabonas Revision: 721751
Fix building with makepkg --nocheck ss (or netstat) is a required makedepends since version 0.5.0, leading to a failure during configure if it is not present. Modified: swtpm/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-08 11:53:41 UTC (rev 721750) +++ PKGBUILD 2020-10-08 12:17:44 UTC (rev 721751) @@ -8,8 +8,8 @@ url='https://github.com/stefanberger/swtpm' license=('BSD') depends=('fuse2' 'glib2' 'libseccomp' 'libtpms' 'libseccomp.so') -makedepends=('git' 'expect' 'gnutls' 'libtasn1' 'python' 'python-cryptography' 'python-setuptools' 'socat') -checkdepends=('iproute2' 'softhsm') +makedepends=('git' 'expect' 'gnutls' 'iproute2' 'libtasn1' 'python' 'python-cryptography' 'python-setuptools' 'socat') +checkdepends=('softhsm') optdepends=('gnutls: swtpm_cert support' 'python-cryptography: swtpm_setup support') source=("git+$url.git?signed#tag=$_tag")
