Date: Saturday, September 19, 2015 @ 12:48:48 Author: jlichtblau Revision: 140737
upgpkg: pssh 2.3.1-6 - python 3.5 rebuild Modified: pssh/trunk/PKGBUILD pssh/trunk/pssh.changelog ----------------+ PKGBUILD | 20 ++++++++++---------- pssh.changelog | 17 ++++++++++------- 2 files changed, 20 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-19 10:47:55 UTC (rev 140736) +++ PKGBUILD 2015-09-19 10:48:48 UTC (rev 140737) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Elis Hughes <[email protected]> pkgname=pssh pkgver=2.3.1 -pkgrel=5 +pkgrel=6 pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp" arch=('any') url="http://code.google.com/p/parallel-ssh/" @@ -12,14 +12,14 @@ depends=('openssh' 'python') changelog=$pkgname.changelog source=(http://parallel-ssh.googlecode.com/files/$pkgname-$pkgver.tar.gz - Imports-are-absolute-by-default-in-Python3.patch) + Imports-are-absolute-by-default-in-Python3.patch) sha256sums=('539f8d8363b722712310f3296f189d1ae8c690898eca93627fc89a9cb311f6b4' '12257c60e7db3d152f0b3307d0cd0263a95bddfc856aa570908a0491a1a03c56') -build() { +prepare() { cd "${srcdir}"/$pkgname-$pkgver - # fix FS#28626 (merged upstream) +# fix FS#28626 (merged upstream) patch -Np1 -i ../Imports-are-absolute-by-default-in-Python3.patch } @@ -27,14 +27,14 @@ cd "${srcdir}"/$pkgname-$pkgver python setup.py install --root "${pkgdir}" - # fix manpages +# fix manpages install -d "${pkgdir}"/usr/share mv "${pkgdir}"/usr/man "${pkgdir}"/usr/share - # fix putty pscp file conflict +# fix putty pscp file conflict mv "${pkgdir}"/usr/bin/pscp "${pkgdir}"/usr/bin/psshscp mv "${pkgdir}"/usr/share/man/man1/pscp.1 "${pkgdir}"/usr/share/man/man1/psshscp.1 - - # license - install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/COPYING + +# license + install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/COPYING } Modified: pssh.changelog =================================================================== --- pssh.changelog 2015-09-19 10:47:55 UTC (rev 140736) +++ pssh.changelog 2015-09-19 10:48:48 UTC (rev 140737) @@ -1,23 +1,26 @@ -2014-03-17 Jaroslav Lichtblau <[email protected]> +2015-09-19 Jaroslav Lichtblau <[email protected]> + * pssh 2.3.1-6 python 3.5 rebuild + +2014-03-17 Jaroslav Lichtblau <[email protected]> * pssh 2.3.1-5 python 3.4 rebuild -2012-02-21 Jaroslav Lichtblau <[email protected]> +2012-02-21 Jaroslav Lichtblau <[email protected]> * pssh 2.3.1-1 -2011-05-08 Jaroslav Lichtblau <[email protected]> +2011-05-08 Jaroslav Lichtblau <[email protected]> * pssh 2.2.2-4 * FS#23686 and FS#24032 fixed -2011-03-09 Jaroslav Lichtblau <[email protected]> +2011-03-09 Jaroslav Lichtblau <[email protected]> * Update to major release 2.2.2 -2010-03-04 Jaroslav Lichtblau <[email protected]> +2010-03-04 Jaroslav Lichtblau <[email protected]> * Update to major release 2.1.1 -2010-02-27 Jaroslav Lichtblau <[email protected]> +2010-02-27 Jaroslav Lichtblau <[email protected]> * Update to major release 2.1 * Changed to 'any' architecture -2009-12-26 Jaroslav Lichtblau <[email protected]> +2009-12-26 Jaroslav Lichtblau <[email protected]> * Package moved to [community] * version 2.0 - 18 votes in AUR
