python-zstandard: Update to 0.24.0 (#5596)

This commit is contained in:
Christoph Reiter 2025-08-26 18:42:57 +02:00 committed by GitHub
parent b6f1f234a5
commit f28d22c094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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