summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-08-03 14:40:43 -0400
committerGuillaume Horel2017-08-03 14:40:43 -0400
commit31ab0a3bca4a5c7110b1c2b5af741b9ee9498637 (patch)
treec7bba5ccae0559553c5ad0b5106ac5c47e14ab60
parentdccf3c36f1c3e238b0d97a58acc47241d41f3b76 (diff)
downloadaur-31ab0a3bca4a5c7110b1c2b5af741b9ee9498637.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 aa5bbd5bfd09..266850d3a6cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fastparquet
pkgdesc = A python implementation of the parquet format.
- pkgver = 0.1.0
+ pkgver = 0.1.1
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.1.0.tar.gz
- sha256sums = 26b2ef658c7b2960e2f10bf49acccc679c7975e97975488de1d53a7fb961d52c
+ source = https://github.com/dask/fastparquet/archive/0.1.1.tar.gz
+ sha256sums = c5a31166fd63dc87353dfeea9a857179c15efcbe2e0238925776a4136febd0a4
pkgname = python-fastparquet
diff --git a/PKGBUILD b/PKGBUILD
index 15e3cd148cf7..69578e34f45c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-fastparquet')
_module='fastparquet'
-pkgver='0.1.0'
+pkgver='0.1.1'
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=('26b2ef658c7b2960e2f10bf49acccc679c7975e97975488de1d53a7fb961d52c')
+sha256sums=('c5a31166fd63dc87353dfeea9a857179c15efcbe2e0238925776a4136febd0a4')
build() {
cd "${srcdir}/${_module}-${pkgver}"