summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-08-06 13:26:13 -0400
committerGuillaume Horel2018-08-06 13:26:13 -0400
commit670897ab12a7dd8b5b6f371240239896ab0a332d (patch)
tree40c4c923e79fe974432056e0fb3b52e4a94540d4 /PKGBUILD
parente237923d13ab8afdddb1447853ef6cbaa9fbde37 (diff)
downloadaur-670897ab12a7dd8b5b6f371240239896ab0a332d.tar.gz
bugfix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'