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

Antonio Rojas arojas at archlinux.org
Fri Mar 25 22:45:27 UTC 2016


    Date: Friday, March 25, 2016 @ 23:45:27
  Author: arojas
Revision: 168403

Search system paths for .pxi files

Modified:
  cython2-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-25 22:24:06 UTC (rev 168402)
+++ PKGBUILD	2016-03-25 22:45:27 UTC (rev 168403)
@@ -4,7 +4,7 @@
 
 pkgname=cython2-devel
 pkgver=0.24a0
-pkgrel=1
+pkgrel=2
 pkgdesc="C-Extensions for Python - Development version"
 arch=(i686 x86_64)
 url="http://www.cython.org"
@@ -12,9 +12,16 @@
 depends=('python2-setuptools')
 provides=('cython2')
 conflicts=('cython2')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-md5sums=('4ee8f60c1358d0980efce8505470d089')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz"
+        https://patch-diff.githubusercontent.com/raw/cython/cython/pull/483.patch)
+md5sums=('4ee8f60c1358d0980efce8505470d089'
+         '90d18245397a3fe983418f4d736a7167')
 
+prepare() {
+  cd Cython-$pkgver
+  patch -p1 -i ../483.patch
+}
+
 package() {
   cd $srcdir/Cython-$pkgver
   python2 setup.py install --root=$pkgdir



More information about the arch-commits mailing list