diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-07 14:19:30 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-07 14:19:30 +0200 |
commit | ea2878abc9c7f8c237c2cd1eb8f880e147bd70c6 (patch) | |
tree | fd8a1d7b663dcc1a0d9a3bd7a0d67325dabf83ad /pkixssh | |
parent | 6d4d0bceae8cac8640f77f555f35590875af8ff0 (diff) | |
download | archlinuxewe-ea2878abc9c7f8c237c2cd1eb8f880e147bd70c6.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 9c4d2cff2..aa7232dfb 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=11 +pkgrel=12 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' @@ -12,7 +12,7 @@ _pinned_dependencies=( 'libcrypto.so=3' 'libcrypt.so=2' 'libssl.so=3' - 'zlib=1:1.2.13' + 'libz.so=1' ) depends=(openssl zlib ldns "${_pinned_dependencies[@]}") makedepends=() |