summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-06-22 10:01:28 -0400
committerGuillaume Horel2017-06-22 10:01:28 -0400
commitdccf3c36f1c3e238b0d97a58acc47241d41f3b76 (patch)
treec1f4368934d0fee343a23983f8246f1dd3f36def /PKGBUILD
parent1f0fb727caa1f9edccb9fad131aedea9a51d19c4 (diff)
downloadaur-dccf3c36f1c3e238b0d97a58acc47241d41f3b76.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 1b414487c2f3..15e3cd148cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-fastparquet')
_module='fastparquet'
-pkgver='0.0.6'
+pkgver='0.1.0'
pkgrel=1
pkgdesc="A python implementation of the parquet format."
url="https://github.com/dask/fastparquet"
@@ -16,7 +16,7 @@ optdepends=('python-snappy'
license=('Apache')
arch=('i686' 'x86_64')
source=("https://github.com/dask/fastparquet/archive/$pkgver.tar.gz")
-sha256sums=('6c8be537b947e28514052a52c6af572ca56dacc7a269ccfac62a6d06955e6352')
+sha256sums=('26b2ef658c7b2960e2f10bf49acccc679c7975e97975488de1d53a7fb961d52c')
build() {
cd "${srcdir}/${_module}-${pkgver}"