Date: Monday, June 15, 2020 @ 00:11:44 Author: svenstaro Revision: 644748
upgpkg: python-zstandard 0.14.0-1 Modified: python-zstandard/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-15 00:10:12 UTC (rev 644747) +++ PKGBUILD 2020-06-15 00:11:44 UTC (rev 644748) @@ -2,7 +2,7 @@ # Contributor: Guillaume Horel <[email protected]> pkgname=('python-zstandard') _pkgname='zstandard' -pkgver=0.13.0 +pkgver=0.14.0 pkgrel=1 pkgdesc="Python bindings to the Zstandard (zstd) compression library" url="https://github.com/indygreg/python-zstandard" @@ -12,8 +12,8 @@ optdepends=('python-cffi') license=('BSD') arch=('x86_64') -source=("https://github.com/indygreg/python-zstandard/archive/$pkgver.tar.gz") -sha256sums=('04e13fce50bbae19b0507b314f5f9958338ccf92758d8f180de04d813da12c12') +source=("$pkgname-$pkgver.tar.gz::https://github.com/indygreg/python-zstandard/archive/$pkgver.tar.gz") +sha256sums=('cd492899269fe2dd1d574dec436872d52bdfd63232a192f0837dea44be09bbdc') build() { cd "${srcdir}/${pkgname}-${pkgver}"
