diff options
Diffstat (limited to 'cssh')
-rw-r--r-- | cssh/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cssh/PKGBUILD b/cssh/PKGBUILD index a0e534a6d..6cbd897b5 100644 --- a/cssh/PKGBUILD +++ b/cssh/PKGBUILD @@ -3,7 +3,7 @@ pkgname=cssh pkgver=0.r113.7763db3 _commit=${pkgver##*.} -pkgrel=2 +pkgrel=3 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') |