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

Jonas Witschel diabonas at gemini.archlinux.org
Tue Mar 22 14:14:56 UTC 2022


    Date: Tuesday, March 22, 2022 @ 14:14:55
  Author: diabonas
Revision: 1170175

swtpm: depend on openssl

swtpm links against libcrypto.so, so it should depend on openssl.

Modified:
  swtpm/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 14:11:59 UTC (rev 1170174)
+++ PKGBUILD	2022-03-22 14:14:55 UTC (rev 1170175)
@@ -7,7 +7,7 @@
 arch=('x86_64')
 url='https://github.com/stefanberger/swtpm'
 license=('BSD')
-depends=('fuse2' 'glib2' 'gnutls' 'json-glib' 'libseccomp' 'libtpms' 'libseccomp.so')
+depends=('fuse2' 'glib2' 'gnutls' 'json-glib' 'libseccomp' 'libtpms' 'openssl' 'libseccomp.so')
 makedepends=('git' 'expect' 'iproute2' 'libtasn1' 'python' 'socat')
 checkdepends=('softhsm')
 options=('debug')



More information about the arch-commits mailing list