summaryrefslogtreecommitdiff
path: root/cssh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cssh/PKGBUILD')
-rw-r--r--cssh/PKGBUILD4
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')