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

Felix Yan fyan at nymeria.archlinux.org
Sat Mar 30 08:20:10 UTC 2013


    Date: Saturday, March 30, 2013 @ 09:20:10
  Author: fyan
Revision: 87341

upgpkg: python-tornado 3.0.0-1

Modified:
  python-tornado/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-30 02:44:14 UTC (rev 87340)
+++ PKGBUILD	2013-03-30 08:20:10 UTC (rev 87341)
@@ -3,14 +3,14 @@
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=2.4.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and tools'
 arch=('any')
 url='http://www.tornadoweb.org/'
 license=('Apache')
 makedepends=('python-distribute' 'python2-distribute')
-source=("https://github.com/downloads/facebook/tornado/tornado-${pkgver}.tar.gz")
+source=("https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz")
 
 build() {
   cd "$srcdir"
@@ -43,4 +43,4 @@
 
   python2 setup.py install --root="${pkgdir}" --optimize=1
 }
-md5sums=('9b7146cbe7cce015e35856b592707b9b')
+md5sums=('4fc45f969f69f89e5133714663072462')




More information about the arch-commits mailing list