diff options
author | root <root@rshg054.dnsready.net> | 2012-11-05 01:22:33 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-05 01:22:33 -0800 |
commit | c973e7aa43bb6c3bb4e25503eea40ddee63fcefd (patch) | |
tree | e85abee1aa1274c3d6a6f317c1a7f9df28e483f4 /community/cython | |
parent | 2030e810a5cfd4d3ff6e0f8930560c96f2990eb2 (diff) |
Mon Nov 5 01:19:20 PST 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 d64af7d32..3622249bf 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 78181 2012-10-17 10:23:17Z allan $ +# $Id: PKGBUILD 79427 2012-11-04 20:20:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=('cython' 'cython2') pkgbase=cython -pkgver=0.17 -pkgrel=2 +pkgver=0.17.1 +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=('d6b669956b25babf7dd86db0a98539e4') +md5sums=('f0bd2494dbe080a1185b61fa358135f2') build() { true |