diff --git a/python-zstandard/PKGBUILD b/python-zstandard/PKGBUILD index 0a47b5b8..f2d46be6 100644 --- a/python-zstandard/PKGBUILD +++ b/python-zstandard/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jeremy Drake pkgname=python-zstandard -pkgver=0.21.0 +pkgver=0.22.0 pkgrel=1 pkgdesc='Python bindings to the Zstandard (zstd) compression library' arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ makedepends=( ) options=('!emptydirs') source=("https://github.com/indygreg/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('15adc6bfa629d48b0bb658e9eae94c484adb66a28738fa780478eebeb41599a5') +sha256sums=('34ce7ef020afca1344c538a778e2a2e30dc43b11509aa4cb5cf076228d959ca7') prepare() { cd "${pkgname}-${pkgver}"