From c7270ebe6f4e53b4a67987af7ee76dd2efd8d2fc Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 8 Jul 2019 10:32:47 +0300 Subject: [PATCH] python-pyzmq: Update to 18.0.2 --- mingw-w64-python-pyzmq/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pyzmq/PKGBUILD b/mingw-w64-python-pyzmq/PKGBUILD index 228d1511e9..d01335d1f0 100644 --- a/mingw-w64-python-pyzmq/PKGBUILD +++ b/mingw-w64-python-pyzmq/PKGBUILD @@ -3,7 +3,7 @@ _realname=pyzmq pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=18.0.1 +pkgver=18.0.2 pkgrel=1 pkgdesc="Python bindings for zeromq, written in Cython (mingw-w64)" arch=('any') @@ -18,7 +18,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-zeromq") source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/zeromq/${_realname}/archive/v${pkgver}.tar.gz" "001-mingw-python.patch") -sha256sums=('7b0107992d8cc4c43d9af1c2e13d573ea761c7feb23d7e0e7da9dc963811e68f' +sha256sums=('46b3cf243866632148e8040ad3f82498691acc24f8df7ae23b91e99d9f7ea9d4' '3106e8f70443154aa978b3fe1928774624f1ec21574dd7df9aa4699199afd43a') prepare() { cd "${srcdir}/${_realname}-${pkgver}"