summaryrefslogtreecommitdiff
path: root/cssh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cssh/PKGBUILD')
-rw-r--r--cssh/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/cssh/PKGBUILD b/cssh/PKGBUILD
index 5c3acee94..fbaec8f7e 100644
--- a/cssh/PKGBUILD
+++ b/cssh/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=cssh
-pkgver=0.0.1+9+g7763db3
+pkgver=0.0.1+13+gf17468a
_commit=${pkgver##*+g}
pkgrel=1
arch=('i686' 'pentium4' 'x86_64')
@@ -10,8 +10,8 @@ url='https://github.com/andreasbaumann/cssh'
license=('GPL2')
_pinned_dependencies=(
'glibc>=2.31'
- 'libncursesw.so=6'
- 'libssh.so=4'
+ 'libssh=0.11.1'
+ 'ncurses=6.5'
)
depends=("${_pinned_dependencies[@]}")
makedepends=('git' 'cmake' 'gengetopt')