Date: Saturday, October 6, 2012 @ 23:31:46 Author: eric Revision: 168258
upgpkg: twisted 12.2.0-1 Upstream update, Update depends Modified: twisted/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-06 23:53:27 UTC (rev 168257) +++ PKGBUILD 2012-10-07 03:31:46 UTC (rev 168258) @@ -4,13 +4,13 @@ # Contributor: Douglas Soares de Andrade <[email protected]> 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 @@ '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"
