Merge pull request #3646 from lazka/python-zstandard-0.20.0

python-zstandard: Update to 0.20.0
This commit is contained in:
Christoph Reiter 2023-03-14 18:36:56 +01:00 committed by GitHub
commit 6a5f5377b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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