diff options
author | Erich Eckner <git@eckner.net> | 2022-01-30 20:10:14 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-01-30 20:10:14 +0100 |
commit | 01f71d1ce1aeecc999a40bcce39159465a66a381 (patch) | |
tree | 7e4f9951d149a21e275a47e2902f4f4368f448bd /cssh/PKGBUILD | |
parent | 5d5909bed3a30fb919277ab8880e321e4c34b74d (diff) | |
download | archlinuxewe-01f71d1ce1aeecc999a40bcce39159465a66a381.tar.xz |
cssh: rebuild
Diffstat (limited to 'cssh/PKGBUILD')
-rw-r--r-- | cssh/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cssh/PKGBUILD b/cssh/PKGBUILD index 1e41ec710..838c4c36d 100644 --- a/cssh/PKGBUILD +++ b/cssh/PKGBUILD @@ -3,7 +3,7 @@ pkgname=cssh pkgver=0.r113.7763db3 _commit=${pkgver##*.} -pkgrel=1 +pkgrel=2 arch=('i686' 'pentium4' 'x86_64') pkgdesc='Parallel ssh client written in C' url='https://github.com/andreasbaumann/cssh' @@ -11,7 +11,7 @@ license=('GPL2') _pinned_dependencies=( 'glibc>=2.31' 'libncursesw.so=6' - 'libssh.so=4' + 'libssh.so=libssh.so' ) depends=("${_pinned_dependencies[@]}") makedepends=('git' 'cmake' 'gengetopt') |