python-zstandard: update to 0.16.0

This commit is contained in:
Mehdi Chinoune
2022-04-05 13:36:40 +00:00
parent 2ed2bd3176
commit fa5dfe169f

View File

@@ -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"