diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-05 10:13:26 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-05 10:13:26 -0300 |
commit | d333dde0a4d6295e9530ab8e988efa1d654e8716 (patch) | |
tree | d48731194cdad2fb424ac33b6162669321a504b2 /community/cython/PKGBUILD | |
parent | 7d1ef93386fa989f029f02c870375cd8de31129d (diff) | |
parent | c973e7aa43bb6c3bb4e25503eea40ddee63fcefd (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/blobby2/PKGBUILD
community/gtk2hs-buildtools/PKGBUILD
extra/qt/PKGBUILD
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 fb1e47a47..886d4796e 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 'mips64el') 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 |