python-zstandard: update to 0.19.0

This commit is contained in:
Mehdi Chinoune 2022-11-05 20:23:03 +00:00
parent 27dd543868
commit 4cf0b1184b

View File

@ -1,7 +1,7 @@
# Maintainer: Jeremy Drake <github@jdrake.com>
pkgname=python-zstandard
pkgver=0.16.0
pkgver=0.19.0
pkgrel=1
pkgdesc='Python bindings to the Zstandard (zstd) compression library'
arch=('i686' 'x86_64')
@ -11,7 +11,7 @@ depends=("python")
makedepends=("python-setuptools" "python-devel" 'gcc')
options=('!emptydirs')
source=("https://github.com/indygreg/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('d8c7d651a6592f41dd68591bed978761ba2a54c8990f1fea4c6a5bb58cc34350')
sha256sums=('8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454')
prepare() {
cd "$srcdir"