summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-12-28 10:13:56 -0500
committerGuillaume Horel2018-12-28 10:13:56 -0500
commitced0fd09fab877c39106b79cb6da2b7022da8eff (patch)
treec330321b3d657b5faccbf1fb7a20baa9d9105dc4
parente2d7b389d137b8d45508783f8463368625f99244 (diff)
downloadaur-ced0fd09fab877c39106b79cb6da2b7022da8eff.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 f03b2e2ffe83..6f1da02776e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fastparquet
pkgdesc = A python implementation of the parquet format.
- pkgver = 0.1.6
+ pkgver = 0.2.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.1.6.tar.gz
- sha256sums = 383dec79c1c655772a64f7ce50de08f4d541afc6aa81bdf9a87fc6fbb76cfa8b
+ source = https://github.com/dask/fastparquet/archive/0.2.1.tar.gz
+ sha256sums = 28aefffd7ea1c9d858095fe9093090867c74d73922de0bfd95bf84f88c8da62c
pkgname = python-fastparquet
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}"