diff options
author | root <root@rshg054.dnsready.net> | 2012-02-13 23:15:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-13 23:15:14 +0000 |
commit | 16e845de1bbf76ab48a02bfaa21730f45e6afaaa (patch) | |
tree | 29a9ad28230397e62bdb0ab5cd970763a6033f69 /extra/twisted | |
parent | 0020cc650ff973f269f23332e82fc097254d0adc (diff) |
Mon Feb 13 23:15:14 UTC 2012
Diffstat (limited to 'extra/twisted')
-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 956000619..b20220a6f 100644 --- a/extra/twisted/PKGBUILD +++ b/extra/twisted/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 145135 2011-12-17 16:20:46Z ibiru $ +# $Id: PKGBUILD 150115 2012-02-12 18:51:16Z eric $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@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 @@ url="http://twistedmatrix.com/" 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" |