diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-17 20:51:24 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-17 20:51:24 +0200 |
commit | 2b467e8326cd3f0a7ad317c759bac87ab9fc943a (patch) | |
tree | a63b25f9345989baec13236ddae1452854f0463c | |
parent | 41a2843debc8853dc971c6f7a7939d31e8236798 (diff) | |
download | archlinuxewe-2b467e8326cd3f0a7ad317c759bac87ab9fc943a.tar.xz |
pkixssh: rebuild
-rwxr-xr-x | pkixssh/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkixssh/PKGBUILD b/pkixssh/PKGBUILD index 3ff9e8bc3..dace1591c 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=8 +pkgrel=9 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.q' - 'zlib=1:1.2.12' + 'zlib=1:1.2.13' ) depends=(openssl zlib ldns "${_pinned_dependencies[@]}") makedepends=() |