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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Feb 6 02:18:38 UTC 2014


    Date: Thursday, February 6, 2014 @ 03:18:38
  Author: svenstaro
Revision: 105362

upgpkg: fabric 1.8.1-1

upstream release 1.8.1

Modified:
  fabric/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-06 02:14:51 UTC (rev 105361)
+++ PKGBUILD	2014-02-06 02:18:38 UTC (rev 105362)
@@ -2,15 +2,15 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=fabric
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 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>=2.5' 'pycrypto' 'python2-paramiko>=1.10.0' 'python2-setuptools')
+depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
 source=("http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz")
-md5sums=('1f195d16b05877767816617749d33eca')
+md5sums=('f1dcf735cdcb6ef079b5d616d03b185e')
 
 package() {
   cd ${srcdir}/Fabric-${pkgver}




More information about the arch-commits mailing list