diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-13 03:18:35 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-13 03:18:35 +0000 |
commit | b6ad8075baf858359209aa7f1af82a143dcc0c80 (patch) | |
tree | 905bbb7a639842e49556d2aafa014d77be7d81ea /community/cython/PKGBUILD | |
parent | e3fe31f4a2c44fef8da55c60c3f95a763fdfd3c7 (diff) |
Thu Feb 13 03:16:56 UTC 2014
Diffstat (limited to 'community/cython/PKGBUILD')
-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') |