summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-08-03 14:40:43 -0400
committerGuillaume Horel2017-08-03 14:40:43 -0400
commit31ab0a3bca4a5c7110b1c2b5af741b9ee9498637 (patch)
treec7bba5ccae0559553c5ad0b5106ac5c47e14ab60 /PKGBUILD
parentdccf3c36f1c3e238b0d97a58acc47241d41f3b76 (diff)
downloadaur-31ab0a3bca4a5c7110b1c2b5af741b9ee9498637.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 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}"