summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2023-06-09 14:37:46 +0200
committerHyacinthe Cartiaux2023-06-09 14:37:46 +0200
commit798e8e96bd57bb224893138c499c81f0c8d1c428 (patch)
tree8a7b9429a785681174fe8ac6a97409b6bf6e79b3 /PKGBUILD
parentf6baad94fb1c7f0ea3638f59d8382f2e2fdc57c9 (diff)
downloadaur-python-pssh.tar.gz
Pkgrel bump - remove upstreamed patches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44281f8ab8b8..45367481a830 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Boris Momcilovic <boris.momcilovic@gmail.com>
+# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
+# Contributor: Boris Momcilovic <boris.momcilovic@gmail.com>
# Contributor: Jaroslav Lichtblau <svetlemodry@archlinux.org>
# Contributor: Elis Hughes <elishughes@googlemail.com>
# Contributor: Mark Blakeney at bullet-systems dot net
pkgname=python-pssh
pkgver=2.3.5
-pkgrel=11
+pkgrel=12
pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp"
arch=('any')
url="https://github.com/lilydjwg/pssh"
@@ -13,17 +14,8 @@ license=('BSD')
depends=('openssh' 'python')
makedepends=('python-build' 'python-installer' 'python-wheel' 'patch')
changelog=$pkgname.changelog
-source=(https://github.com/lilydjwg/pssh/archive/refs/tags/v${pkgver}.tar.gz
- pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch)
-sha256sums=('97277f9d08b512c6a1b6dc5eac9677f34038096bae24484452d326137ba0d080'
- '40b01fd5c2aa59542a5d1bf65a41b861733f71305a9799c1d1ca6661f228a891')
-
-prepare() {
- cd "${srcdir}"/pssh-$pkgver
-
-# fix FS#46571
- patch -Np0 -i ../pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch
-}
+source=(https://github.com/lilydjwg/pssh/archive/refs/tags/v${pkgver}.tar.gz)
+sha256sums=('97277f9d08b512c6a1b6dc5eac9677f34038096bae24484452d326137ba0d080')
build() {
cd "${srcdir}"/pssh-$pkgver