diff options
author | root <root@rshg054.dnsready.net> | 2011-09-22 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-22 23:14:43 +0000 |
commit | 919a63ffc80158b2a5610fa87eb51fd5f8f724ba (patch) | |
tree | c33a4966d6efeeb95d903135603c9a402e0d22cb /community/cython/PKGBUILD | |
parent | b7f839da11975b9f2a964a82d591b7a8628f0931 (diff) |
Thu Sep 22 23:14:43 UTC 2011
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 b1ac9e391..4d4e547f3 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 53594 2011-08-06 09:09:34Z spupykin $ +# $Id: PKGBUILD 55808 2011-09-21 20:41:16Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=cython -pkgver=0.15 +pkgver=0.15.1 pkgrel=1 pkgdesc="C-Extensions for Python " arch=(i686 x86_64) @@ -11,7 +11,7 @@ url="http://www.cython.org" license=('APACHE') depends=('python2') source=("http://cython.org/release/Cython-$pkgver.tar.gz") -md5sums=('794b93c4c1c4cc031f90302cacd834ca') +md5sums=('171021b3845c9ca8bd6d8185b3cde664') build() { cd $srcdir/Cython-$pkgver |