diff options
author | Erich Eckner <git@eckner.net> | 2018-08-09 09:00:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-08-09 09:00:54 +0200 |
commit | b52d61020bfdc281b4e7aa1e666dfc2c3b763965 (patch) | |
tree | 1618d680579d645a4960b148aa5519ac54e96e2a | |
parent | 11b58d27015ebde21eaa643bfb8f23e5a315e5c9 (diff) | |
download | archlinuxewe-b52d61020bfdc281b4e7aa1e666dfc2c3b763965.tar.xz |
pssh-git: fix typo
-rw-r--r-- | pssh-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD index 470529ebe..00480932d 100644 --- a/pssh-git/PKGBUILD +++ b/pssh-git/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pssh-git pkgver=2.3.1+27+ga2f936b -_commit="${pkgver##*+}" +_commit="${pkgver##*+g}" pkgrel='2' pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp" arch=('any') |