python-zstandard: Update to 0.23.0

This commit is contained in:
Christoph Reiter 2024-12-24 14:06:20 +01:00
parent 3ab45541f7
commit 71cb6e5053

View File

@ -1,8 +1,8 @@
# Maintainer: Jeremy Drake <github@jdrake.com>
pkgname=python-zstandard
pkgver=0.22.0
pkgrel=4
pkgver=0.23.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=('34ce7ef020afca1344c538a778e2a2e30dc43b11509aa4cb5cf076228d959ca7')
sha256sums=('f29233338bcef11f233737eb58aba85074f0fd3163bec1a20303de1270e6fb16')
prepare() {
cd "${pkgname}-${pkgver}"