diff options
Diffstat (limited to 'community/cython')
-rw-r--r-- | community/cython/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD index f01ceccfd..2212745bb 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 105228 2014-02-03 09:20:50Z spupykin $ +# $Id: PKGBUILD 105633 2014-02-12 12:40:59Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=('cython' 'cython2') pkgbase=cython -pkgver=0.20 -pkgrel=2 +pkgver=0.20.1 +pkgrel=1 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=('6563dad21e2b5e31f9f7262a60dd0550') +md5sums=('52431696c64e618036537c4d9aa79d99') package_cython() { depends=('python' 'python-setuptools') |