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

Sergej Pupykin spupykin at archlinux.org
Tue Apr 5 14:54:08 UTC 2016


    Date: Tuesday, April 5, 2016 @ 16:54:07
  Author: spupykin
Revision: 169536

upgpkg: cython 0.24-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-05 10:53:03 UTC (rev 169535)
+++ PKGBUILD	2016-04-05 14:54:07 UTC (rev 169536)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.23.5
+pkgver=0.24
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -11,16 +11,9 @@
 url="http://www.cython.org"
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz"
-	"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch")
-md5sums=('66b62989a67c55af016c916da36e7514'
-         'e8c0d274154e899efbdf2221a732f473')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz")
+md5sums=('14fbc970f4a856845e633cbc09e61048')
 
-prepare() {
-  cd $srcdir/Cython-$pkgver
-  patch -p1 <$srcdir/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch
-}
-
 package_cython() {
   depends=('python' 'python-setuptools')
 



More information about the arch-commits mailing list