summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-08-06 13:26:13 -0400
committerGuillaume Horel2018-08-06 13:26:13 -0400
commit670897ab12a7dd8b5b6f371240239896ab0a332d (patch)
tree40c4c923e79fe974432056e0fb3b52e4a94540d4
parente237923d13ab8afdddb1447853ef6cbaa9fbde37 (diff)
downloadaur-670897ab12a7dd8b5b6f371240239896ab0a332d.tar.gz
bugfix
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 842c5bd770ff..20822abaa9cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-fastparquet
pkgdesc = A python implementation of the parquet format.
pkgver = 0.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dask/fastparquet
- arch = i686
arch = x86_64
license = Apache
checkdepends = python-pytest
+ checkdepends = python-snappy
+ checkdepends = python-lz4
makedepends = cython
makedepends = python-setuptools
depends = python
@@ -17,8 +18,11 @@ pkgbase = python-fastparquet
optdepends = python-lz4
optdepends = python-lzo
optdepends = python-brotli
+ optdepends = python-zstandard
source = https://github.com/dask/fastparquet/archive/0.1.5.tar.gz
+ source = zstandard-0.9.patch
sha256sums = 017c9812cc0180d10e134557a29296a56b40b32bb63c62f44a781e818792bf29
+ sha256sums = 08f34d49dc91c308a910347c6d141630eefb73d9e13284c0ace9893a9c834b39
pkgname = python-fastparquet
diff --git a/PKGBUILD b/PKGBUILD
index 30e4f81ac61b..10d7f2037ad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-fastparquet')
_module='fastparquet'
pkgver='0.1.5'
-pkgrel=1
+pkgrel=2
pkgdesc="A python implementation of the parquet format."
url="https://github.com/dask/fastparquet"
checkdepends=('python-pytest'