summaryrefslogtreecommitdiff
path: root/pssh-git/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-25 08:49:50 +0200
committerErich Eckner <git@eckner.net>2017-09-25 08:49:50 +0200
commitc30c273976c6b8108d62418141f6297ea43d7e43 (patch)
tree94c7ac99fb3ef4a683bdbe12c276e2c0ef9b5eb6 /pssh-git/PKGBUILD
parente748195bcd300d3496e1efe4be12c915fccc66b2 (diff)
downloadarchlinuxewe.git.save-c30c273976c6b8108d62418141f6297ea43d7e43.tar.xz
checkVersions: git besser verstehen
Diffstat (limited to 'pssh-git/PKGBUILD')
-rw-r--r--pssh-git/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD
index a5f80cee..a17816bd 100644
--- a/pssh-git/PKGBUILD
+++ b/pssh-git/PKGBUILD
@@ -4,6 +4,7 @@
pkgname=pssh-git
pkgver=2.3.1+27+ga2f936b
+_commit="${pkgver##*+}"
pkgrel=1
pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp"
arch=('any')
@@ -13,12 +14,12 @@ depends=('openssh' 'python')
makedepends=('git' 'python-setuptools')
provides=('pssh')
conflicts=('pssh')
-source=(git+https://github.com/lilydjwg/pssh.git)
+source=(git+https://github.com/lilydjwg/pssh.git#commit=${_commit})
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/pssh"
- git describe --long --tags | \
+ git describe --long --tags ${_commit} | \
sed '
s/^v//
y/-/+/