summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cssh/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/cssh/PKGBUILD b/cssh/PKGBUILD
index b124ce86..d73bf098 100644
--- a/cssh/PKGBUILD
+++ b/cssh/PKGBUILD
@@ -3,12 +3,17 @@
pkgname=cssh
pkgver=0.r100.f2cf59b
_commit=${pkgver##*.}
-pkgrel=9
+pkgrel=10
arch=('i686' 'pentium4' 'x86_64')
pkgdesc='Parallel ssh client written in C'
url='https://github.com/andreasbaumann/cssh'
license=('GPL2')
-depends=('libssh')
+_pinned_dependencies=(
+ 'glibc>=2.31'
+ 'libncursesw.so=6'
+ 'libssh=0.9.4'
+)
+depends=("${_pinned_dependencies[@]}")
makedepends=('git' 'cmake' 'gengetopt')
source=("cssh::git://git.andreasbaumann.cc/cssh.git#commit=${_commit}")
sha512sums=('SKIP')