python-zstandard: Update to 0.24.0 (#5596)
This commit is contained in:
parent
b6f1f234a5
commit
f28d22c094
@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Jeremy Drake <github@jdrake.com>
|
# Maintainer: Jeremy Drake <github@jdrake.com>
|
||||||
|
|
||||||
pkgname=python-zstandard
|
pkgname=python-zstandard
|
||||||
pkgver=0.23.0
|
pkgver=0.24.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Python bindings to the Zstandard (zstd) compression library'
|
pkgdesc='Python bindings to the Zstandard (zstd) compression library'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/indygreg/python-zstandard"
|
url="https://github.com/indygreg/python-zstandard"
|
||||||
@ -21,7 +21,7 @@ makedepends=(
|
|||||||
)
|
)
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=("https://github.com/indygreg/${pkgname}/archive/${pkgver}.tar.gz")
|
source=("https://github.com/indygreg/${pkgname}/archive/${pkgver}.tar.gz")
|
||||||
sha256sums=('f29233338bcef11f233737eb58aba85074f0fd3163bec1a20303de1270e6fb16')
|
sha256sums=('cc63af195abef8c57e8eba154e2d3c642d41da50063c3e83080b64798b7f25f5')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user