Date: Tuesday, February 21, 2023 @ 12:44:48 Author: svenstaro Revision: 1403228
upgpkg: python-zstandard 0.20.0-1 Modified: python-zstandard/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-21 12:24:51 UTC (rev 1403227) +++ PKGBUILD 2023-02-21 12:44:48 UTC (rev 1403228) @@ -2,7 +2,7 @@ # Contributor: Guillaume Horel <[email protected]> pkgname=('python-zstandard') _pkgname='zstandard' -pkgver=0.19.0 +pkgver=0.20.0 pkgrel=1 pkgdesc="Python bindings to the Zstandard (zstd) compression library" url="https://github.com/indygreg/python-zstandard" @@ -13,7 +13,7 @@ license=('BSD') arch=('x86_64') source=("$pkgname-$pkgver.tar.gz::https://github.com/indygreg/python-zstandard/archive/$pkgver.tar.gz") -sha256sums=('8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454') +sha256sums=('4f44f00c8abb5faf051c900576816bec6612bb975fcbccf383b72087e78f30d0') build() { cd "${srcdir}/${pkgname}-${pkgver}"
