summaryrefslogtreecommitdiff
path: root/extra/twisted
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/twisted
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/twisted')
-rw-r--r--extra/twisted/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/twisted/PKGBUILD b/extra/twisted/PKGBUILD
index 1ad8c45d3..5765c8786 100644
--- a/extra/twisted/PKGBUILD
+++ b/extra/twisted/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 191375 2013-07-24 21:41:22Z eric $
+# $Id: PKGBUILD 199383 2013-11-11 21:37:43Z eric $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=twisted
-pkgver=13.1.0
+pkgver=13.2.0
pkgrel=1
pkgdesc="Asynchronous networking framework written in Python"
arch=('i686' 'x86_64')
@@ -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)
-sha1sums=('7f6e07b8098b248157ac26378fafa9e018f279a7')
+sha1sums=('e1d43645fd3d84dc2867f36b60d2e469a71eb01d')
prepare() {
cd "Twisted-$pkgver"