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

Felix Yan fyan at archlinux.org
Sun May 24 04:03:45 UTC 2015


    Date: Sunday, May 24, 2015 @ 06:03:45
  Author: fyan
Revision: 134021

upgpkg: python2-gevent 1.0.2-1

Modified:
  python2-gevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-23 23:08:23 UTC (rev 134020)
+++ PKGBUILD	2015-05-24 04:03:45 UTC (rev 134021)
@@ -1,10 +1,10 @@
 # $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
 # Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: Ralf Schmitt <ralf at systemexit.de>
 
 pkgname=python2-gevent
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Python network library that uses greenlet and libev for easy and scalable concurrency"
@@ -15,8 +15,13 @@
 provides=('python2-gevent-beta')
 conflicts=('python2-gevent-beta')
 replaces=('python2-gevent-beta')
-source=("git://github.com/surfly/gevent.git#tag=$pkgver")
+source=("git://github.com/surfly/gevent.git#tag=v$pkgver")
 
+prepare() {
+    cd gevent
+    mv Makefile{.ext,}
+}
+
 build() {
 	cd gevent
 



More information about the arch-commits mailing list