summaryrefslogtreecommitdiff
path: root/pkixssh
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-01-10 21:03:22 +0100
committerErich Eckner <git@eckner.net>2023-01-10 21:03:22 +0100
commit380b4f505a7f8e516e094dfeab16b742b0b5e98d (patch)
tree505cb126aa09523dc4f00f5afe49db359ca01083 /pkixssh
parent9458e3604640c5bb8c66f7e7fdfec2433c8770bf (diff)
downloadarchlinuxewe-380b4f505a7f8e516e094dfeab16b742b0b5e98d.tar.xz
pkixssh: fix _pinned_dependencies
Diffstat (limited to 'pkixssh')
-rwxr-xr-xpkixssh/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkixssh/PKGBUILD b/pkixssh/PKGBUILD
index ba92626c2..9c4d2cff2 100755
--- a/pkixssh/PKGBUILD
+++ b/pkixssh/PKGBUILD
@@ -11,6 +11,7 @@ _pinned_dependencies=(
'glibc>=2.33'
'libcrypto.so=3'
'libcrypt.so=2'
+ 'libssl.so=3'
'zlib=1:1.2.13'
)
depends=(openssl zlib ldns "${_pinned_dependencies[@]}")