summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-08-08 15:28:05 -0400
committerGuillaume Horel2019-08-08 15:28:05 -0400
commitbaea1ead866970bd5cc892a338eb65d6bf5bb247 (patch)
tree0a0c1256c73fd10ee5db2c37c1386139c216a002 /PKGBUILD
parent2083ca07b97c6caf8bf4817353852c9be32269f7 (diff)
downloadaur-baea1ead866970bd5cc892a338eb65d6bf5bb247.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43f4806f355c..e41739efa5e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-fastparquet')
_module='fastparquet'
-pkgver='0.3.1'
+pkgver='0.3.2'
pkgrel=1
pkgdesc="A python implementation of the parquet format."
url="https://github.com/dask/fastparquet"
@@ -20,7 +20,7 @@ optdepends=('python-snappy'
license=('Apache')
arch=('x86_64')
source=("https://github.com/dask/fastparquet/archive/$pkgver.tar.gz")
-sha256sums=('2edab6b9c2e395fb9162342c10fbecd929006c842ea8abfca802fd5550717da8')
+sha256sums=('b09526e6bc773980215a1581a7c2b97a71e47b78ef196baf1fa748d24d33c2a4')
build() {
cd "${srcdir}/${_module}-${pkgver}"