diff options
Diffstat (limited to 'pssh-git')
-rw-r--r-- | pssh-git/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD index a17816bd..470529eb 100644 --- a/pssh-git/PKGBUILD +++ b/pssh-git/PKGBUILD @@ -5,12 +5,16 @@ pkgname=pssh-git pkgver=2.3.1+27+ga2f936b _commit="${pkgver##*+}" -pkgrel=1 +pkgrel='2' pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp" arch=('any') url="http://code.google.com/p/parallel-ssh/" license=('BSD') -depends=('openssh' 'python') +depends=( + 'python>=3.7' + 'python<3.8' + 'openssh' +) makedepends=('git' 'python-setuptools') provides=('pssh') conflicts=('pssh') |