diff options
Diffstat (limited to 'extra/twisted/PKGBUILD')
-rw-r--r-- | extra/twisted/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/twisted/PKGBUILD b/extra/twisted/PKGBUILD index bb8ddabe6..fcf2ccd1b 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' 'mips64el') 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" |