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

Sergej Pupykin spupykin at archlinux.org
Thu Oct 1 19:15:24 UTC 2015


    Date: Thursday, October 1, 2015 @ 21:15:24
  Author: spupykin
Revision: 142718

upgpkg: cython 0.23.2-3

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-01 17:35:06 UTC (rev 142717)
+++ PKGBUILD	2015-10-01 19:15:24 UTC (rev 142718)
@@ -5,15 +5,22 @@
 pkgname=('cython' 'cython2')
 pkgbase=cython
 pkgver=0.23.2
-pkgrel=2
+pkgrel=3
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
 url="http://www.cython.org"
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-md5sums=('188e18c826dae4514ee0628144df6c3e')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz"
+	"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch")
+md5sums=('188e18c826dae4514ee0628144df6c3e'
+         'e8c0d274154e899efbdf2221a732f473')
 
+prepare() {
+  cd $srcdir/Cython-$pkgver
+  patch -p1 <$srcdir/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch
+}
+
 package_cython() {
   depends=('python' 'python-setuptools')
 



More information about the arch-commits mailing list