diff options
author | Hyacinthe Cartiaux | 2024-07-18 19:49:39 +0200 |
---|---|---|
committer | Hyacinthe Cartiaux | 2024-07-18 19:49:39 +0200 |
commit | fe3cc80ffe879457130ea05882661a3aa7ce2dc8 (patch) | |
tree | 1b9f20d45a36c65125e98b2afb528d917f5db610 /PKGBUILD | |
parent | 6f2c095d65d29a3e790b9ac557a235bd5b0997a2 (diff) | |
download | aur-fe3cc80ffe879457130ea05882661a3aa7ce2dc8.tar.gz |
Pkgrel bump - clean makedeps tested in a clean chroot
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,13 +6,13 @@ pkgname=python-pssh pkgver=2.3.5 -pkgrel=12 +pkgrel=13 pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp" arch=('any') url="https://github.com/lilydjwg/pssh" license=('BSD') depends=('openssh' 'python') -makedepends=('python-setuptools' 'python-build' 'python-wheel' 'patch') +makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') changelog=$pkgname.changelog source=(https://github.com/lilydjwg/pssh/archive/refs/tags/v${pkgver}.tar.gz) sha256sums=('97277f9d08b512c6a1b6dc5eac9677f34038096bae24484452d326137ba0d080') |