Date: Thursday, May 4, 2023 @ 00:44:08 Author: svenstaro Revision: 1458671
upgpkg: python-zstandard 0.21.0-1 Modified: python-zstandard/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-04 00:25:45 UTC (rev 1458670) +++ PKGBUILD 2023-05-04 00:44:08 UTC (rev 1458671) @@ -2,8 +2,8 @@ # Contributor: Guillaume Horel <[email protected]> pkgname=('python-zstandard') _pkgname='zstandard' -pkgver=0.20.0 -pkgrel=2 +pkgver=0.21.0 +pkgrel=1 pkgdesc="Python bindings to the Zstandard (zstd) compression library" url="https://github.com/indygreg/python-zstandard" depends=('python') @@ -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=('4f44f00c8abb5faf051c900576816bec6612bb975fcbccf383b72087e78f30d0') +sha256sums=('15adc6bfa629d48b0bb658e9eae94c484adb66a28738fa780478eebeb41599a5') build() { cd "${srcdir}/${pkgname}-${pkgver}"
