diff options
author | root <root@rshg054.dnsready.net> | 2013-07-25 01:46:50 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-25 01:46:50 -0700 |
commit | d184897bb273331edc2aa9c37f6514f9956c58f4 (patch) | |
tree | 1f76798448043bf2f2673293d215d440cf9aaec2 /extra/twisted | |
parent | f4264e218200b57dd39b57531ba086d107e967b5 (diff) |
Thu Jul 25 01:44:55 PDT 2013
Diffstat (limited to 'extra/twisted')
-rw-r--r-- | extra/twisted/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/twisted/PKGBUILD b/extra/twisted/PKGBUILD index 036de41ab..1ad8c45d3 100644 --- a/extra/twisted/PKGBUILD +++ b/extra/twisted/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 182404 2013-04-10 06:49:54Z eric $ +# $Id: PKGBUILD 191375 2013-07-24 21:41:22Z 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.0.0 +pkgver=13.1.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=('5c66a4f231a5f3e17860a41498ac80e76a156dca') +sha1sums=('7f6e07b8098b248157ac26378fafa9e018f279a7') prepare() { cd "Twisted-$pkgver" |