summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-02-10 11:06:23 -0500
committerGuillaume Horel2018-02-10 11:06:23 -0500
commitfbc87842174fc457dd9e692fdc196d5a150e8dda (patch)
tree77bf5f2a7cea273dea0a6b3880345dbec1badd29 /PKGBUILD
parentc552669604525f05a51326a05268522bf8ca5631 (diff)
downloadaur-fbc87842174fc457dd9e692fdc196d5a150e8dda.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f3cb3e8bd64..ec755a1da32a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-fastparquet')
_module='fastparquet'
-pkgver='0.1.3'
+pkgver='0.1.4'
pkgrel=1
pkgdesc="A python implementation of the parquet format."
url="https://github.com/dask/fastparquet"
@@ -11,12 +11,13 @@ depends=('python' 'python-numba'
'python-thrift')
makedepends=('cython' 'python-setuptools')
optdepends=('python-snappy'
+ 'python-lz4'
'python-lzo'
'python-brotli')
license=('Apache')
arch=('i686' 'x86_64')
source=("https://github.com/dask/fastparquet/archive/$pkgver.tar.gz")
-sha256sums=('7dcbf8a107a1ebc67d4bb939f25046031489273e6ebd6a8f41925dcda6fcee13')
+sha256sums=('8b28b7fc00854f6546ae7c46961f3c0303224be57ac01f57aa507acd89242bd5')
build() {
cd "${srcdir}/${_module}-${pkgver}"