summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-08-08 15:28:05 -0400
committerGuillaume Horel2019-08-08 15:28:05 -0400
commitbaea1ead866970bd5cc892a338eb65d6bf5bb247 (patch)
tree0a0c1256c73fd10ee5db2c37c1386139c216a002
parent2083ca07b97c6caf8bf4817353852c9be32269f7 (diff)
downloadaur-baea1ead866970bd5cc892a338eb65d6bf5bb247.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d546d30d25a..7fafa5b729a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fastparquet
pkgdesc = A python implementation of the parquet format.
- pkgver = 0.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/dask/fastparquet
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = python-fastparquet
optdepends = python-lzo
optdepends = python-brotli
optdepends = python-zstandard
- source = https://github.com/dask/fastparquet/archive/0.3.1.tar.gz
- sha256sums = 2edab6b9c2e395fb9162342c10fbecd929006c842ea8abfca802fd5550717da8
+ source = https://github.com/dask/fastparquet/archive/0.3.2.tar.gz
+ sha256sums = b09526e6bc773980215a1581a7c2b97a71e47b78ef196baf1fa748d24d33c2a4
pkgname = python-fastparquet
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}"