Python 2 C

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2013-01-07 21:31:49 +00:00
parent af579e1cdf
commit caa8180f3b
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
pkgname=python2-c pkgname=python2-c
_pkgname=Cython _pkgname=Cython
pkgver=0.17.2 pkgver=0.17.4
pkgrel=1 pkgrel=1
pkgdesc="C-Extensions for Python 2." pkgdesc="C-Extensions for Python 2."
arch=(i686 x86_64) arch=(i686 x86_64)
@ -15,7 +15,7 @@ depends=('python2')
replaces=(python-cython) replaces=(python-cython)
provides=(python-cython) provides=(python-cython)
source=("http://cython.org/release/$_pkgname-$pkgver.tar.gz") source=("http://cython.org/release/$_pkgname-$pkgver.tar.gz")
md5sums=('09dfd4f5f82046f85025a391f084d8f9') md5sums=('cb11463e3a0c8d063e578db64ff61dde')
package() { package() {
cd $srcdir/$_pkgname-$pkgver cd $srcdir/$_pkgname-$pkgver

View File

@ -6,7 +6,7 @@
pkgname=python2-zmq pkgname=python2-zmq
_pkgname=pyzmq _pkgname=pyzmq
pkgver=2.2.0.1 pkgver=2.2.0.1
pkgrel=2 pkgrel=3
pkgdesc="Python 2 bindings for zeromq, written in Cython." pkgdesc="Python 2 bindings for zeromq, written in Cython."
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.zeromq.org/bindings:python" url="http://www.zeromq.org/bindings:python"