From f28d22c094ecf5e6c133778574b66bc7fd70198d Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 26 Aug 2025 18:42:57 +0200 Subject: [PATCH] python-zstandard: Update to 0.24.0 (#5596) --- python-zstandard/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-zstandard/PKGBUILD b/python-zstandard/PKGBUILD index 858c6c7b..b97dcc2d 100644 --- a/python-zstandard/PKGBUILD +++ b/python-zstandard/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Jeremy Drake 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}"