summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-04-30 11:49:24 -0400
committerGuillaume Horel2019-04-30 11:49:24 -0400
commit2083ca07b97c6caf8bf4817353852c9be32269f7 (patch)
treeaec7e8cb6a723ede8c075613dfbe66d5adf275e6
parentced0fd09fab877c39106b79cb6da2b7022da8eff (diff)
downloadaur-2083ca07b97c6caf8bf4817353852c9be32269f7.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 6f1da02776e9..8d546d30d25a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fastparquet
pkgdesc = A python implementation of the parquet format.
- pkgver = 0.2.1
+ pkgver = 0.3.1
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.2.1.tar.gz
- sha256sums = 28aefffd7ea1c9d858095fe9093090867c74d73922de0bfd95bf84f88c8da62c
+ source = https://github.com/dask/fastparquet/archive/0.3.1.tar.gz
+ sha256sums = 2edab6b9c2e395fb9162342c10fbecd929006c842ea8abfca802fd5550717da8
pkgname = python-fastparquet
diff --git a/PKGBUILD b/PKGBUILD
index 0f67fa69bef8..43f4806f355c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-fastparquet')
_module='fastparquet'
-pkgver='0.2.1'
+pkgver='0.3.1'
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=('28aefffd7ea1c9d858095fe9093090867c74d73922de0bfd95bf84f88c8da62c')
+sha256sums=('2edab6b9c2e395fb9162342c10fbecd929006c842ea8abfca802fd5550717da8')
build() {
cd "${srcdir}/${_module}-${pkgver}"