Date: Sunday, February 28, 2021 @ 22:15:59
  Author: svenstaro
Revision: 876140

upgpkg: python-zstandard 0.15.2-1

Modified:
  python-zstandard/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-28 22:15:53 UTC (rev 876139)
+++ PKGBUILD    2021-02-28 22:15:59 UTC (rev 876140)
@@ -2,7 +2,7 @@
 # Contributor: Guillaume Horel <guillaume.ho...@gmail.com>
 pkgname=('python-zstandard')
 _pkgname='zstandard'
-pkgver=0.15.1
+pkgver=0.15.2
 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=('8fb99ccd8a96d8dd171944f2c837ed0fa28a58049c417adffd6fe8690cf6b429')
+sha256sums=('5f947c9b0a2e5b3831bff2e7132cfbd7cc22ea8a400da2304e0c089d5c22a876')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"

Reply via email to