summaryrefslogtreecommitdiff
path: root/pkixssh
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-03-29 19:56:45 +0200
committerErich Eckner <git@eckner.net>2022-03-29 19:56:45 +0200
commitc0cb49987b8cda6f8b9141adaeef693678ebfd57 (patch)
tree18671d085148502d4206ad0e681200f905ef7c36 /pkixssh
parentf2bd148a368b247639c936c41f9557230cd42d88 (diff)
downloadarchlinuxewe-c0cb49987b8cda6f8b9141adaeef693678ebfd57.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 e2e80d1f8..5aff25e79 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=4
+pkgrel=5
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'
@@ -11,7 +11,7 @@ _pinned_dependencies=(
'glibc>=2.33'
'libcrypt.so=2'
'openssl=1.1.1.n'
- 'zlib=1:1.2.11'
+ 'zlib=1:1.2.12'
)
depends=(openssl zlib ldns "${_pinned_dependencies[@]}")
makedepends=()