diff --git a/python-zstandard/PKGBUILD b/python-zstandard/PKGBUILD index 4dd86e30..e89f262f 100644 --- a/python-zstandard/PKGBUILD +++ b/python-zstandard/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Jeremy Drake 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}"