git » python-tornado.git » commit 0dc2117

upgpkg: 3.0.0-1

author Felix Yan
2013-03-30 08:20:10 UTC
committer Felix Yan
2013-03-30 08:20:10 UTC
parent a3dc9f723761744cf93e76ebe0f8c7e52e0c6482

upgpkg: 3.0.0-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 5c868b7..977e403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,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"
@@ -42,4 +42,4 @@ package_python2-tornado() {
 
   python2 setup.py install --root="${pkgdir}" --optimize=1
 }
-md5sums=('9b7146cbe7cce015e35856b592707b9b')
+md5sums=('4fc45f969f69f89e5133714663072462')