Merge pull request #3646 from lazka/python-zstandard-0.20.0
python-zstandard: Update to 0.20.0
This commit is contained in:
commit
6a5f5377b1
@ -1,8 +1,8 @@
|
||||
# Maintainer: Jeremy Drake <github@jdrake.com>
|
||||
|
||||
pkgname=python-zstandard
|
||||
pkgver=0.19.0
|
||||
pkgrel=3
|
||||
pkgver=0.20.0
|
||||
pkgrel=1
|
||||
pkgdesc='Python bindings to the Zstandard (zstd) compression library'
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/indygreg/python-zstandard"
|
||||
@ -18,7 +18,7 @@ makedepends=(
|
||||
)
|
||||
options=('!emptydirs')
|
||||
source=("https://github.com/indygreg/${pkgname}/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454')
|
||||
sha256sums=('4f44f00c8abb5faf051c900576816bec6612bb975fcbccf383b72087e78f30d0')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user