summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-04-30 11:49:24 -0400
committerGuillaume Horel2019-04-30 11:49:24 -0400
commit2083ca07b97c6caf8bf4817353852c9be32269f7 (patch)
treeaec7e8cb6a723ede8c075613dfbe66d5adf275e6 /PKGBUILD
parentced0fd09fab877c39106b79cb6da2b7022da8eff (diff)
downloadaur-2083ca07b97c6caf8bf4817353852c9be32269f7.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 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}"