diff --git a/mingw-w64-python-msgpack/PKGBUILD b/mingw-w64-python-msgpack/PKGBUILD index 4b9917571f..0fbd1d6639 100644 --- a/mingw-w64-python-msgpack/PKGBUILD +++ b/mingw-w64-python-msgpack/PKGBUILD @@ -3,7 +3,7 @@ _realname=msgpack pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.6.1 +pkgver=0.6.2 pkgrel=1 pkgdesc="MessagePack serializer implementation for Python (mingw-w64)" arch=('any') @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python2-setuptools") options=('staticlibs' 'strip' '!debug') source=("${_realname}-python-$pkgver.tar.gz"::"https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz") -sha256sums=('734e1abc6f14671f28acd5266de336ae6d8de522fe1c8d0b7146365ad1fe6b0f') +sha256sums=('71d5cfc97b91a04c85b4193cbb8b50b29b66393626cb00c52b30275981ddb7f8') # Helper macros to help make tasks easier # apply_patch_with_msg() {