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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jun 17 17:49:18 UTC 2016


    Date: Friday, June 17, 2016 @ 17:49:17
  Author: svenstaro
Revision: 180381

upgpkg: fabric 1.11.1-2

fabric doesn't work with paramiko>=2.0.0

Modified:
  fabric/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-17 17:47:39 UTC (rev 180380)
+++ PKGBUILD	2016-06-17 17:49:17 UTC (rev 180381)
@@ -3,12 +3,12 @@
 
 pkgname=fabric
 pkgver=1.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol"
 url="http://fabfile.org/"
 license=('BSD')
 arch=('any')
-depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
+depends=('python2' 'pycrypto' 'python2-paramiko1' 'python2-setuptools')
 source=("http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz")
 md5sums=('e9ec969802d3e9427111ffc5c3ea142c')
 



More information about the arch-commits mailing list