diff options
Diffstat (limited to 'community/cython/PKGBUILD')
-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 97400c542..ac6ae0c6b 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 96075 2013-08-20 06:32:15Z lcarlier $ +# $Id: PKGBUILD 98721 2013-10-17 12:42:56Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=('cython' 'cython2') pkgbase=cython -pkgver=0.19.1 -pkgrel=2 +pkgver=0.19.2 +pkgrel=1 pkgdesc="C-Extensions for Python " arch=(i686 x86_64 'mips64el') url="http://www.cython.org" license=('APACHE') makedepends=('python-setuptools' 'python2-setuptools') source=("http://cython.org/release/Cython-$pkgver.tar.gz") -md5sums=('df4cfb2b8e3345272e3fc451b76bd630') +md5sums=('4af1218346510b464c0a6bf15500d0e2') build() { true |