diff options
author | root <root@rshg054.dnsready.net> | 2013-01-04 00:04:06 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-04 00:04:06 -0800 |
commit | 782a0d2109c292b60e7de038df66525a81b21429 (patch) | |
tree | 586565a52faa28339159b4a4e53af142db7c67aa /community/cython/PKGBUILD | |
parent | f2bbb5646aefe9ea6502524fbf4d0138cee8b2a1 (diff) |
Fri Jan 4 00:04:06 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 50f01ab1e..53bc70047 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80879 2012-12-05 10:04:35Z spupykin $ +# $Id: PKGBUILD 81893 2013-01-03 10:03:19Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=('cython' 'cython2') pkgbase=cython -pkgver=0.17.2 +pkgver=0.17.3 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=('09dfd4f5f82046f85025a391f084d8f9') +md5sums=('683241fee8f51a08acd42ab1deea0857') build() { true |