summaryrefslogtreecommitdiff
path: root/community/python2-pyzmq
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-28 17:43:57 +0000
committerroot <root@rshg054.dnsready.net>2012-05-28 17:43:57 +0000
commit483f7de4ab6a706517279a24d2efc969f4a1996d (patch)
tree128a7513d3e42c4d8812b5fd11a4afb116399762 /community/python2-pyzmq
parent89dd7b5f30d48c708092a71b1c8285090fe91505 (diff)
Mon May 28 17:43:57 UTC 2012
Diffstat (limited to 'community/python2-pyzmq')
-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
}