python-zstandard: Update to 0.20.0

This commit is contained in:
Christoph Reiter
2023-03-14 18:25:50 +01:00
parent 6483d6c3c6
commit 9efc91f11e

View File

@@ -1,8 +1,8 @@
# Maintainer: Jeremy Drake <github@jdrake.com>
pkgname=python-zstandard
pkgver=0.19.0
pkgrel=3
pkgver=0.20.0
pkgrel=1
pkgdesc='Python bindings to the Zstandard (zstd) compression library'
arch=('i686' 'x86_64')
url="https://github.com/indygreg/python-zstandard"
@@ -18,7 +18,7 @@ makedepends=(
)
options=('!emptydirs')
source=("https://github.com/indygreg/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454')
sha256sums=('4f44f00c8abb5faf051c900576816bec6612bb975fcbccf383b72087e78f30d0')
prepare() {
cd "${pkgname}-${pkgver}"