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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Sep 23 14:04:07 UTC 2013


    Date: Monday, September 23, 2013 @ 16:04:07
  Author: svenstaro
Revision: 97513

upgpkg: fabric 1.8.0-1

Updating to 1.8.0

Modified:
  fabric/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-23 12:30:28 UTC (rev 97512)
+++ PKGBUILD	2013-09-23 14:04:07 UTC (rev 97513)
@@ -2,8 +2,8 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=fabric
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.0
+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')
@@ -10,7 +10,7 @@
 arch=('any')
 depends=('python2>=2.5' 'pycrypto' 'python2-paramiko>=1.10.0' 'python2-setuptools')
 source=("http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz")
-md5sums=('48e4176f0be925a44ef83ce0efc6d69b')
+md5sums=('1f195d16b05877767816617749d33eca')
 
 package() {
   cd ${srcdir}/Fabric-${pkgver}




More information about the arch-commits mailing list