summaryrefslogtreecommitdiff
path: root/pkixssh
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-07-07 01:32:16 +0200
committerErich Eckner <git@eckner.net>2022-07-07 01:32:16 +0200
commit957f0aed0d3d6e24952282fc9da1410b3180e540 (patch)
treed57d2599229d9d3897f9cdbf87b2a9e1b47e1de1 /pkixssh
parent4597d0bcb09e5e703283da294990dce9803e51b3 (diff)
downloadarchlinuxewe-957f0aed0d3d6e24952282fc9da1410b3180e540.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 e414f381d..3ff9e8bc3 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=7
+pkgrel=8
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.p'
+ 'openssl=1.1.1.q'
'zlib=1:1.2.12'
)
depends=(openssl zlib ldns "${_pinned_dependencies[@]}")