diff options
author | root <root@rshg054.dnsready.net> | 2012-09-11 00:03:28 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-11 00:03:28 +0000 |
commit | 870527386e33c72826da94aee783bb212b06c53a (patch) | |
tree | 2fbd49892a0a64421288762f7947cf20430ac244 /community/cython/PKGBUILD | |
parent | 2a4c41bf2946fad65b14cf1b4ea284ebce0f11f3 (diff) |
Tue Sep 11 00:03:27 UTC 2012
Diffstat (limited to 'community/cython/PKGBUILD')
-rw-r--r-- | community/cython/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD index e0a69c0a0..456db45ae 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 69975 2012-04-27 16:14:15Z spupykin $ +# $Id: PKGBUILD 76034 2012-09-09 18:02:06Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=('cython' 'cython2') pkgbase=cython -pkgver=0.16 +pkgver=0.17 pkgrel=1 pkgdesc="C-Extensions for Python " arch=(i686 x86_64) @@ -12,7 +12,7 @@ url="http://www.cython.org" license=('APACHE') makedepends=('python-distribute' 'python2-distribute') source=("http://cython.org/release/Cython-$pkgver.tar.gz") -md5sums=('7934186ada3552110aba92062fa88b1c') +md5sums=('d6b669956b25babf7dd86db0a98539e4') build() { true |