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

Eric Bélanger eric at archlinux.org
Sun Feb 12 18:50:49 UTC 2012


    Date: Sunday, February 12, 2012 @ 13:50:48
  Author: eric
Revision: 150114

upgpkg: twisted 12.0.0-1

Upstream update

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-12 16:04:12 UTC (rev 150113)
+++ PKGBUILD	2012-02-12 18:50:48 UTC (rev 150114)
@@ -4,7 +4,7 @@
 # Contributor:  Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=twisted
-pkgver=11.1.0
+pkgver=12.0.0
 pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python."
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 license=('MIT')
 depends=('python2' 'pycrypto' 'zope-interface')
 optdepends=('python2-pyopenssl'
-            'python-soappy:for twisted.web.soap')
+            'python-soappy: for twisted.web.soap')
 install=twisted.install
 source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
-md5sums=('972f3497e6e19318c741bf2900ffe31c')
+md5sums=('cf49a8676c21c50faf1b42b528049471')
 
 build() {
     cd "$srcdir/Twisted-$pkgver"




More information about the arch-commits mailing list