diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-13 22:00:22 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-13 22:00:22 -0300 |
commit | b9930cb145be895813f48623c21b12acaf8e1dbf (patch) | |
tree | f878c72c58f3add6dcaf4ce56491acb1a01c8862 /extra/twisted | |
parent | 009cb3e36c303eb4460b20d01fb01522787198d9 (diff) | |
parent | 16e845de1bbf76ab48a02bfaa21730f45e6afaaa (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ccrtp/PKGBUILD
community/commoncpp2/PKGBUILD
core/ncurses/PKGBUILD
core/udev/PKGBUILD
multilib/lib32-libjpeg-turbo/PKGBUILD
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 f42dd8ab0..22aec705e 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' 'mips64el') @@ -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" |