[arch-commits] Commit in python-pyzmq/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Tue Jul 3 10:51:30 UTC 2018
Date: Tuesday, July 3, 2018 @ 10:51:30
Author: kkeen
Revision: 350796
python-pyzmq 17.0.0 and fix py 3.7 build failure
Modified:
python-pyzmq/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-03 10:51:04 UTC (rev 350795)
+++ PKGBUILD 2018-07-03 10:51:30 UTC (rev 350796)
@@ -2,7 +2,7 @@
# Maintainer: Kyle Keen <keenerd at gmail dot com>
pkgbase=python-pyzmq
pkgname=(python-pyzmq python2-pyzmq)
-pkgver=16.0.3
+pkgver=17.0.0
pkgrel=1
pkgdesc="Python bindings for zeromq, written in Cython"
arch=('x86_64')
@@ -15,7 +15,7 @@
#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz")
#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz")
source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz")
-md5sums=('ca4607e3ec1e11318642c80fa46ee5a8')
+md5sums=('fa06e1c62c8ef47fe8b49ce8a41e60e2')
prepare() {
cd "$srcdir"
More information about the arch-commits
mailing list