diff options
Diffstat (limited to 'cssh/PKGBUILD')
-rw-r--r-- | cssh/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cssh/PKGBUILD b/cssh/PKGBUILD index 07f2f1dbe..68ad6a21d 100644 --- a/cssh/PKGBUILD +++ b/cssh/PKGBUILD @@ -15,7 +15,7 @@ _pinned_dependencies=( ) depends=("${_pinned_dependencies[@]}") makedepends=('git' 'cmake' 'gengetopt') -source=("cssh::git://git.andreasbaumann.cc/cssh.git#commit=${_commit}") +source=("cssh::git+https://git.andreasbaumann.cc/cgit/cssh#commit=${_commit}") sha512sums=('SKIP') pkgver() { |