diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-06 18:34:29 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-06 18:34:29 +0100 |
commit | 458eba39e8d2dfd92d580aefd3d4863e83a58ab8 (patch) | |
tree | 0aa094c90699b0f76d06c9522cfd87245539cb97 /pkixssh | |
parent | 334b87224ae82e2cba29886a9f12b38041302110 (diff) | |
download | archlinuxewe-458eba39e8d2dfd92d580aefd3d4863e83a58ab8.tar.xz |
pkixssh: rebuild
Diffstat (limited to 'pkixssh')
-rwxr-xr-x | pkixssh/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkixssh/PKGBUILD b/pkixssh/PKGBUILD index 9666ab037..ba92626c2 100755 --- a/pkixssh/PKGBUILD +++ b/pkixssh/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=pkixssh pkgver=13.2.3 -pkgrel=10 +pkgrel=11 pkgdesc='secure shell with X.509 v3 certificate support' arch=('armv6h' 'armv7h' 'aarch64' 'i486' 'i686' 'pentium4' 'x86_64') url='https://roumenpetrov.info/secsh/index.html' @@ -9,8 +9,8 @@ license=('BSD') groups=() _pinned_dependencies=( 'glibc>=2.33' + 'libcrypto.so=3' 'libcrypt.so=2' - 'openssl=3.0.7' 'zlib=1:1.2.13' ) depends=(openssl zlib ldns "${_pinned_dependencies[@]}") |