From 0f9e4ba23bb6296d8bb8010f70d868fd08db9c54 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 7 Aug 2011 23:14:33 +0000 Subject: Sun Aug 7 23:14:33 UTC 2011 --- community/cython/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/cython/PKGBUILD') diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD index 84cb89e10..b1ac9e391 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 39526 2011-02-11 12:10:41Z spupykin $ +# $Id: PKGBUILD 53594 2011-08-06 09:09:34Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Igor Scabini pkgname=cython -pkgver=0.14.1 +pkgver=0.15 pkgrel=1 pkgdesc="C-Extensions for Python " arch=(i686 x86_64) @@ -11,7 +11,7 @@ url="http://www.cython.org" license=('APACHE') depends=('python2') source=("http://cython.org/release/Cython-$pkgver.tar.gz") -md5sums=('6341bf3b2c49a39b8046219f6696f5c4') +md5sums=('794b93c4c1c4cc031f90302cacd834ca') build() { cd $srcdir/Cython-$pkgver -- cgit v1.2.3-54-g00ecf