[arch-commits] Commit in twisted/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Sep 17 14:07:44 UTC 2014


    Date: Wednesday, September 17, 2014 @ 16:07:43
  Author: fyan
Revision: 221843

upgpkg: twisted 14.0.1-1

Modified:
  twisted/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-17 13:39:28 UTC (rev 221842)
+++ PKGBUILD	2014-09-17 14:07:43 UTC (rev 221843)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
 # Contributor: Juergen Hoetzel <juergen at archlinux.org>
 # Contributor:  Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=14.0.0
+pkgver=14.0.1
 pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('i686' 'x86_64')
@@ -14,7 +15,7 @@
 makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 'python2-zope-interface'
              'python-setuptools' 'python2-setuptools' 'python-service-identity' 'python2-service-identity')
 source=("http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2")
-sha1sums=('a90fae98072f8e28b9459875ce9b77f5524bbc48')
+sha1sums=('4d3c0188f073136212ac55071bce12c65787da70')
 
 prepare() {
   cp -a "Twisted-$pkgver"{,-py2}
@@ -36,7 +37,7 @@
 
 check() {
   cd "$srcdir/Twisted-$pkgver"
-  #python bin/trial twisted
+  # python bin/trial twisted
 
   cd "$srcdir/Twisted-$pkgver-py2"
   python2 bin/trial twisted || warning "Tests failed"




More information about the arch-commits mailing list