summaryrefslogtreecommitdiff
path: root/pssh-git
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-07 21:42:01 +0200
committerErich Eckner <git@eckner.net>2019-06-07 21:42:01 +0200
commit014b904666fae34cfd9fe0c01150d1730f89f8aa (patch)
tree5d4b42a2470e9fe572473653aaef0e56a4ee62bd /pssh-git
parentd639ad2ba779572a6cdc18f63e512a60d4537d7a (diff)
downloadarchlinuxewe.git.save-014b904666fae34cfd9fe0c01150d1730f89f8aa.tar.xz
pssh-git 2.3.1+27+ga2f936b-2 -> 2.3.1+31+gc3afd5c-1
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"