summaryrefslogtreecommitdiff
path: root/community/python2-pyzmq/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-pyzmq/PKGBUILD')
-rw-r--r--community/python2-pyzmq/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/python2-pyzmq/PKGBUILD b/community/python2-pyzmq/PKGBUILD
index 8ac19b91b..32fd23136 100644
--- a/community/python2-pyzmq/PKGBUILD
+++ b/community/python2-pyzmq/PKGBUILD
@@ -1,6 +1,7 @@
+# $Id: PKGBUILD 71479 2012-05-27 09:07:00Z kkeen $
# Maintainer: Kyle Keen <keenerd at gmail dot com>
pkgname=python2-pyzmq
-pkgver=2.1.11
+pkgver=2.2.0
pkgrel=1
pkgdesc="Python2 bindings for zeromq, written in Cython"
arch=(i686 x86_64)
@@ -8,10 +9,10 @@ url="http://www.zeromq.org/bindings:python"
license=('LGPL')
depends=(zeromq python2)
source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
-md5sums=('8ce303d022a1043669d4f239cddca746')
+md5sums=('100b73973d6fb235b8da6adea403566e')
build() {
cd "$srcdir/pyzmq-$pkgver"
sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
- python2 setup.py install --root="$pkgdir" --optimize=1
+ python2 setup.py install --root="$pkgdir" --optimize=0
}