summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-06-22 10:01:28 -0400
committerGuillaume Horel2017-06-22 10:01:28 -0400
commitdccf3c36f1c3e238b0d97a58acc47241d41f3b76 (patch)
treec1f4368934d0fee343a23983f8246f1dd3f36def
parent1f0fb727caa1f9edccb9fad131aedea9a51d19c4 (diff)
downloadaur-dccf3c36f1c3e238b0d97a58acc47241d41f3b76.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 593a20e7f9aa..aa5bbd5bfd09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fastparquet
pkgdesc = A python implementation of the parquet format.
- pkgver = 0.0.6
+ pkgver = 0.1.0
pkgrel = 1
url = https://github.com/dask/fastparquet
arch = i686
@@ -16,8 +16,8 @@ pkgbase = python-fastparquet
optdepends = python-snappy
optdepends = python-lzo
optdepends = python-brotli
- source = https://github.com/dask/fastparquet/archive/0.0.6.tar.gz
- sha256sums = 6c8be537b947e28514052a52c6af572ca56dacc7a269ccfac62a6d06955e6352
+ source = https://github.com/dask/fastparquet/archive/0.1.0.tar.gz
+ sha256sums = 26b2ef658c7b2960e2f10bf49acccc679c7975e97975488de1d53a7fb961d52c
pkgname = python-fastparquet
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}"