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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Mar 3 07:13:11 UTC 2017


    Date: Friday, March 3, 2017 @ 07:13:10
  Author: svenstaro
Revision: 214617

upgpkg: fabric 1.13.1-2

Remove unneeded dependency

Modified:
  fabric/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-03 07:04:10 UTC (rev 214616)
+++ PKGBUILD	2017-03-03 07:13:10 UTC (rev 214617)
@@ -3,12 +3,12 @@
 
 pkgname=fabric
 pkgver=1.13.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' 'python2-paramiko' 'python2-setuptools')
 source=("https://github.com/fabric/fabric/archive/${pkgver}.tar.gz")
 sha512sums=('70b29824a8edc3cd0e34ef447ec355a18a8805160229655e7046c1d8a1a7131bc7dcd547833752cfa4cb6fbd01bc1cfb3e94d64f13fa94eaefb77677d74ed5be')
 



More information about the arch-commits mailing list