summaryrefslogtreecommitdiff
path: root/extra/twisted
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-07 00:37:20 -0700
committerroot <root@rshg054.dnsready.net>2012-10-07 00:37:20 -0700
commit682e4a12f537d598cb116ba394ceeae1eafc281e (patch)
treeb48c04d80686157d339741b922053c2e88b15d68 /extra/twisted
parente7552010f531ef1b114352f0ce71a307360bf1d4 (diff)
Sun Oct 7 00:37:16 PDT 2012
Diffstat (limited to 'extra/twisted')
-rw-r--r--extra/twisted/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/twisted/PKGBUILD b/extra/twisted/PKGBUILD
index f80e5486e..da537ab98 100644
--- a/extra/twisted/PKGBUILD
+++ b/extra/twisted/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 163609 2012-07-17 01:58:52Z eric $
+# $Id: PKGBUILD 168259 2012-10-07 03:32:14Z eric $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=twisted
-pkgver=12.1.0
+pkgver=12.2.0
pkgrel=1
pkgdesc="Asynchronous networking framework written in Python."
arch=('i686' 'x86_64')
url="http://twistedmatrix.com/"
license=('MIT')
-depends=('pycrypto' 'python2-zope-interface')
+depends=('python2-crypto' 'python2-zope-interface')
optdepends=('python2-pyopenssl'
'python-soappy: for twisted.web.soap'
'python2-pyasn1: for using conch'
@@ -18,7 +18,7 @@ optdepends=('python2-pyopenssl'
'tk: for using tkconch')
install=twisted.install
source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
-md5sums=('f396f1d6f5321e869c2f89b2196a9eb5')
+sha1sums=('c51834c1270e7a4bb0de9190056e4317413920f9')
build() {
cd "$srcdir/Twisted-$pkgver"