Date: Thursday, January 16, 2020 @ 03:35:12 Author: svenstaro Revision: 552726
upgpkg: python-zstandard 0.13.0-1 Modified: python-zstandard/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-16 03:34:54 UTC (rev 552725) +++ PKGBUILD 2020-01-16 03:35:12 UTC (rev 552726) @@ -2,7 +2,7 @@ # Contributor: Guillaume Horel <[email protected]> pkgname=('python-zstandard') _pkgname='zstandard' -pkgver='0.12.0' +pkgver=0.13.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=("https://github.com/indygreg/python-zstandard/archive/$pkgver.tar.gz") -sha256sums=('f814f5528c57f010498a8251c3400f87d1fb34fa164390d49d3701de3ef001cd') +sha256sums=('04e13fce50bbae19b0507b314f5f9958338ccf92758d8f180de04d813da12c12') build() { cd "${srcdir}/${pkgname}-${pkgver}"
