summaryrefslogtreecommitdiff
path: root/pssh-git
diff options
context:
space:
mode:
Diffstat (limited to 'pssh-git')
-rw-r--r--pssh-git/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD
index 00480932..572b5c53 100644
--- a/pssh-git/PKGBUILD
+++ b/pssh-git/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Elis Hughes <elishughes@googlemail.com>
pkgname=pssh-git
-pkgver=2.3.1+27+ga2f936b
+pkgver=2.3.1+31+gc3afd5c
_commit="${pkgver##*+g}"
-pkgrel='2'
+pkgrel=1
pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp"
arch=('any')
url="http://code.google.com/p/parallel-ssh/"
@@ -19,7 +19,7 @@ makedepends=('git' 'python-setuptools')
provides=('pssh')
conflicts=('pssh')
source=(git+https://github.com/lilydjwg/pssh.git#commit=${_commit})
-sha256sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/pssh"