diff --git a/mingw-w64-python-hiredis/PKGBUILD b/mingw-w64-python-hiredis/PKGBUILD index 60e5bd6d30..8a01a6321e 100644 --- a/mingw-w64-python-hiredis/PKGBUILD +++ b/mingw-w64-python-hiredis/PKGBUILD @@ -3,7 +3,7 @@ _realname=hiredis pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.1.0 +pkgver=3.1.1 pkgrel=1 pkgdesc="Python wrapper for hiredis (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-cc") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.python.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('51d40ac3611091020d7dea6b05ed62cb152bff595fa4f931e7b6479d777acf7c') +sha256sums=('63f22cd7b441cbe13d24087b338e4e6a8f454f333cf35a6ed27ef13a60ca8b0b') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"