diff --git a/mingw-w64-python-zstandard/PKGBUILD b/mingw-w64-python-zstandard/PKGBUILD index 854290c147..8a6e62143c 100644 --- a/mingw-w64-python-zstandard/PKGBUILD +++ b/mingw-w64-python-zstandard/PKGBUILD @@ -3,8 +3,8 @@ _realname=zstandard pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.15.2 -pkgrel=2 +pkgver=0.16.0 +pkgrel=1 pkgdesc='Python bindings to the Zstandard (zstd) compression library (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -17,7 +17,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-hypothesis") optdepends=("${MINGW_PACKAGE_PREFIX}-python-cffi") options=('!emptydirs') source=("https://github.com/indygreg/python-zstandard/archive/$pkgver.tar.gz") -sha256sums=('5f947c9b0a2e5b3831bff2e7132cfbd7cc22ea8a400da2304e0c089d5c22a876') +sha256sums=('d8c7d651a6592f41dd68591bed978761ba2a54c8990f1fea4c6a5bb58cc34350') prepare() { cd "$srcdir"