summaryrefslogtreecommitdiff
path: root/community/python2-greenlet
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-11 01:47:32 -0800
committerroot <root@rshg054.dnsready.net>2012-11-11 01:47:32 -0800
commitc1c596c922f0dc8622339011db936c531647203d (patch)
tree2855b79d508821e325c1389ae85a521c5214c09a /community/python2-greenlet
parent15afd71b619115bc72670c443a6d1b75275ead0c (diff)
Sun Nov 11 01:44:00 PST 2012
Diffstat (limited to 'community/python2-greenlet')
-rw-r--r--community/python2-greenlet/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/python2-greenlet/PKGBUILD b/community/python2-greenlet/PKGBUILD
index 38546a68d..d31643caa 100644
--- a/community/python2-greenlet/PKGBUILD
+++ b/community/python2-greenlet/PKGBUILD
@@ -1,9 +1,10 @@
# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
+# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Ralf Schmitt <ralf@systemexit.de>
pkgname=python2-greenlet
-pkgver=0.3.4
+pkgver=0.4.0
pkgrel=1
pkgdesc="python coroutine library"
license=("MIT")
@@ -12,9 +13,6 @@ depends=('python2')
source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip)
arch=('i686' 'x86_64')
-md5sums=('530a69acebbb0d66eb5abd83523d8272')
-sha1sums=('1bff62c43e179d3f4866f31a8258a259c82b4803')
-
build() {
cd "$srcdir/greenlet-$pkgver"
python2 setup.py build
@@ -25,3 +23,4 @@ package() {
python2 setup.py install --root="$pkgdir"
install -Dm0644 LICENSE.PSF "$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
}
+md5sums=('87887570082caadc08fb1f8671dbed71')