[arch-commits] Commit in python-remoto/trunk (PKGBUILD)

Thore Bödecker foxxx0 at archlinux.org
Fri May 28 10:49:46 UTC 2021


    Date: Friday, May 28, 2021 @ 10:49:45
  Author: foxxx0
Revision: 949280

upgpkg: python-remoto 1.2.1-1: update to upstream release 1.2.1

Modified:
  python-remoto/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-28 09:57:55 UTC (rev 949279)
+++ PKGBUILD	2021-05-28 10:49:45 UTC (rev 949280)
@@ -3,8 +3,8 @@
 
 pkgname=python-remoto
 _pkgbase="${pkgname//python-/}"
-pkgver=1.1.4
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="A very simplistic remote-command-executor using connections to hosts"
 arch=('any')
 url="https://github.com/alfredodeza/${_pkgbase}"
@@ -13,7 +13,7 @@
 makedepends=('git' 'python' 'python-execnet' 'python-setuptools')
 checkdepends=('python-pytest' 'python-mock')
 source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
-sha256sums=('b62bcbed66687c0d351d4b7937db11a27cba3cf4789a401d826caec3f0418490')
+sha256sums=('3bad101711b28bb6d339b8e04f835b3645d81735c1f3d496bad8004cd667ade8')
 
 prepare() {
   cd "${srcdir}/${_pkgbase}-${pkgver}"



More information about the arch-commits mailing list