diff options
author | Erich Eckner <git@eckner.net> | 2024-12-27 17:30:25 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-12-27 17:30:25 +0100 |
commit | ecd50bb1fc370fa7849a7c492e993d743e2f0f37 (patch) | |
tree | 8ec7645b9b93b2ecbddafe90d4a6e4197717c876 /pkixssh/PKGBUILD | |
parent | 32da16d2e2294c8623b47c4ffb187a901c4b88db (diff) | |
download | archlinuxewe-ecd50bb1fc370fa7849a7c492e993d743e2f0f37.tar.xz |
pkixssh: rebuild
Diffstat (limited to 'pkixssh/PKGBUILD')
-rwxr-xr-x | pkixssh/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkixssh/PKGBUILD b/pkixssh/PKGBUILD index aa7232dfb..40ff978d3 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=12 +pkgrel=13 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' + 'libcrypto.so=3' 'libssl.so=3' 'libz.so=1' ) |