diff options
author | root <root@rshg054.dnsready.net> | 2013-02-07 00:08:35 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-07 00:08:35 -0800 |
commit | 8e5a0a990a12a59cadb687cae22a1960fce1660b (patch) | |
tree | 3a0fe8ce858eb0c6350bd2bcfaf7673f3b490f73 /community/cython/PKGBUILD | |
parent | a110e74fe4a31aebb09e0da6e407af69ed996837 (diff) |
Thu Feb 7 00:08:35 PST 2013
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 cf925db51..d90482aa5 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 81958 2013-01-04 19:09:03Z spupykin $ +# $Id: PKGBUILD 83887 2013-02-06 11:39:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=('cython' 'cython2') pkgbase=cython -pkgver=0.17.4 +pkgver=0.18 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=('cb11463e3a0c8d063e578db64ff61dde') +md5sums=('6a72d14e72f3df597b34ac326152f8d2') build() { true |