diff options
Diffstat (limited to 'extra/twisted')
-rw-r--r-- | extra/twisted/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/twisted/PKGBUILD b/extra/twisted/PKGBUILD index fcf2ccd1b..483ca44d9 100644 --- a/extra/twisted/PKGBUILD +++ b/extra/twisted/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 168259 2012-10-07 03:32:14Z eric $ +# $Id: PKGBUILD 169039 2012-10-17 10:21:17Z allan $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=twisted pkgver=12.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Asynchronous networking framework written in Python." arch=('i686' 'x86_64' 'mips64el') url="http://twistedmatrix.com/" license=('MIT') depends=('python2-crypto' 'python2-zope-interface') optdepends=('python2-pyopenssl' - 'python-soappy: for twisted.web.soap' + 'python2-soappy: for twisted.web.soap' 'python2-pyasn1: for using conch' 'pygtk: for using manhole' 'tk: for using tkconch') |