diff options
author | root <root@rshg054.dnsready.net> | 2012-04-29 00:03:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-29 00:03:11 +0000 |
commit | 4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (patch) | |
tree | f9c260be9a38030fe89f1d4ce1e60763c7319f5f /community/cython | |
parent | 00f77ef3b2b7856520daba393370f67b773c2184 (diff) |
Sun Apr 29 00:03:11 UTC 2012
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 21e58a30b..e0a69c0a0 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 59192 2011-11-21 14:39:15Z spupykin $ +# $Id: PKGBUILD 69975 2012-04-27 16:14:15Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=('cython' 'cython2') pkgbase=cython -pkgver=0.15.1 -pkgrel=2 +pkgver=0.16 +pkgrel=1 pkgdesc="C-Extensions for Python " arch=(i686 x86_64) url="http://www.cython.org" license=('APACHE') makedepends=('python-distribute' 'python2-distribute') source=("http://cython.org/release/Cython-$pkgver.tar.gz") -md5sums=('171021b3845c9ca8bd6d8185b3cde664') +md5sums=('7934186ada3552110aba92062fa88b1c') build() { true |