summaryrefslogtreecommitdiff
path: root/pkixssh
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-05-04 19:59:17 +0200
committerErich Eckner <git@eckner.net>2022-05-04 19:59:17 +0200
commitf42ace2108f714cbed885d4a79d1a2101e645f6f (patch)
treec80260ff509424a96db24ad49911a3b106f42fc7 /pkixssh
parentc056210592cf75dc4aaf68833febaae9f68a9986 (diff)
downloadarchlinuxewe-f42ace2108f714cbed885d4a79d1a2101e645f6f.tar.xz
pkixssh: rebuild
Diffstat (limited to 'pkixssh')
-rwxr-xr-xpkixssh/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkixssh/PKGBUILD b/pkixssh/PKGBUILD
index 5aff25e79..6b4ad42ea 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=5
+pkgrel=6
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'
@@ -10,7 +10,7 @@ groups=()
_pinned_dependencies=(
'glibc>=2.33'
'libcrypt.so=2'
- 'openssl=1.1.1.n'
+ 'openssl=1.1.1.o'
'zlib=1:1.2.12'
)
depends=(openssl zlib ldns "${_pinned_dependencies[@]}")