summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-03-16 11:03:11 -0400
committerGuillaume Horel2017-03-16 11:03:11 -0400
commit44ddf0f59653a2f1789acc0fc1a4e431215f167c (patch)
tree83960ef52ac7e03cc48b5cbd9b630f3ba15dc519 /PKGBUILD
parent034f8b30c7b8c7861b53d2148384827a0d89873e (diff)
downloadaur-44ddf0f59653a2f1789acc0fc1a4e431215f167c.tar.gz
update optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2731a3245403..2a3988793159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-fastparquet')
_module='fastparquet'
pkgver='0.0.5'
-pkgrel=1
+pkgrel=2
pkgdesc="A python implementation of the parquet format."
url="https://github.com/dask/fastparquet"
checkdepends=('python-pytest')
@@ -13,7 +13,9 @@ depends=('cython'
'python-pytest'
'python-thriftpy')
makedepends=('python-setuptools')
-optdepends=('python-snappy')
+optdepends=('python-snappy'
+ 'python-lzo'
+ 'python-brotlipy')
license=('Apache')
arch=('i686' 'x86_64')
source=("https://github.com/dask/fastparquet/archive/$pkgver.tar.gz")