python-zstandard: Update to 0.22.0

This commit is contained in:
Christoph Reiter
2023-11-10 16:52:22 +01:00
parent f0865404c4
commit 063fbbb1e2

View File

@@ -1,7 +1,7 @@
# Maintainer: Jeremy Drake <github@jdrake.com>
pkgname=python-zstandard
pkgver=0.21.0
pkgver=0.22.0
pkgrel=1
pkgdesc='Python bindings to the Zstandard (zstd) compression library'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ makedepends=(
)
options=('!emptydirs')
source=("https://github.com/indygreg/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('15adc6bfa629d48b0bb658e9eae94c484adb66a28738fa780478eebeb41599a5')
sha256sums=('34ce7ef020afca1344c538a778e2a2e30dc43b11509aa4cb5cf076228d959ca7')
prepare() {
cd "${pkgname}-${pkgver}"