[arch-commits] Commit in cython/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Aug 11 11:58:08 UTC 2015
Date: Tuesday, August 11, 2015 @ 13:58:07
Author: spupykin
Revision: 138215
upgpkg: cython 0.23-1
upd
Modified:
cython/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-08-11 11:58:03 UTC (rev 138214)
+++ PKGBUILD 2015-08-11 11:58:07 UTC (rev 138215)
@@ -4,7 +4,7 @@
pkgname=('cython' 'cython2')
pkgbase=cython
-pkgver=0.22.1
+pkgver=0.23
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/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch)
-md5sums=('b920f3c81ae767477a342807bf5e68e8'
- '299926d6650d2d8bea960ca0d0cb9c25')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz")
+md5sums=('63d472d0a9b3b39b9651f7bf568bb4a5')
-prepare() {
- cd $srcdir/Cython-$pkgver
- patch -p1 <$srcdir/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch
-}
-
package_cython() {
depends=('python' 'python-setuptools')
More information about the arch-commits
mailing list