summaryrefslogtreecommitdiff
path: root/extra/twisted
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-04 00:04:06 -0800
committerroot <root@rshg054.dnsready.net>2013-01-04 00:04:06 -0800
commit782a0d2109c292b60e7de038df66525a81b21429 (patch)
tree586565a52faa28339159b4a4e53af142db7c67aa /extra/twisted
parentf2bbb5646aefe9ea6502524fbf4d0138cee8b2a1 (diff)
Fri Jan 4 00:04:06 PST 2013
Diffstat (limited to 'extra/twisted')
-rw-r--r--extra/twisted/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/twisted/PKGBUILD b/extra/twisted/PKGBUILD
index 3fad2ee81..6a82b383a 100644
--- a/extra/twisted/PKGBUILD
+++ b/extra/twisted/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 169039 2012-10-17 10:21:17Z allan $
+# $Id: PKGBUILD 174290 2013-01-03 23:54: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.2.0
-pkgrel=2
-pkgdesc="Asynchronous networking framework written in Python."
+pkgver=12.3.0
+pkgrel=1
+pkgdesc="Asynchronous networking framework written in Python"
arch=('i686' 'x86_64')
url="http://twistedmatrix.com/"
license=('MIT')
@@ -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=('c51834c1270e7a4bb0de9190056e4317413920f9')
+sha1sums=('921bef9a560edd14ea2b559ac0d674f4dac4fd65')
build() {
cd "$srcdir/Twisted-$pkgver"