summaryrefslogtreecommitdiff
path: root/community/python2-greenlet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-greenlet/PKGBUILD')
-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')