diff options
Diffstat (limited to 'extra/twisted/PKGBUILD')
-rw-r--r-- | extra/twisted/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/twisted/PKGBUILD b/extra/twisted/PKGBUILD index 483ca44d9..8a743571a 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' 'mips64el') 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" |