summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-12-28 10:13:56 -0500
committerGuillaume Horel2018-12-28 10:13:56 -0500
commitced0fd09fab877c39106b79cb6da2b7022da8eff (patch)
treec330321b3d657b5faccbf1fb7a20baa9d9105dc4 /PKGBUILD
parente2d7b389d137b8d45508783f8463368625f99244 (diff)
downloadaur-ced0fd09fab877c39106b79cb6da2b7022da8eff.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 2480c588f418..0f67fa69bef8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-fastparquet')
_module='fastparquet'
-pkgver='0.1.6'
+pkgver='0.2.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=('383dec79c1c655772a64f7ce50de08f4d541afc6aa81bdf9a87fc6fbb76cfa8b')
+sha256sums=('28aefffd7ea1c9d858095fe9093090867c74d73922de0bfd95bf84f88c8da62c')
build() {
cd "${srcdir}/${_module}-${pkgver}"