summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-04-26 10:31:12 -0400
committerGuillaume Horel2018-04-26 10:31:12 -0400
commit01cd4379407f46acb0d7f33689fe916942e9617b (patch)
tree2c1d8c90e2fa9f9713f2fbf9e40f7d0f4206fc9d /PKGBUILD
parentfbc87842174fc457dd9e692fdc196d5a150e8dda (diff)
downloadaur-01cd4379407f46acb0d7f33689fe916942e9617b.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 ec755a1da32a..61214abed163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-fastparquet')
_module='fastparquet'
-pkgver='0.1.4'
+pkgver='0.1.5'
pkgrel=1
pkgdesc="A python implementation of the parquet format."
url="https://github.com/dask/fastparquet"
@@ -17,7 +17,7 @@ optdepends=('python-snappy'
license=('Apache')
arch=('i686' 'x86_64')
source=("https://github.com/dask/fastparquet/archive/$pkgver.tar.gz")
-sha256sums=('8b28b7fc00854f6546ae7c46961f3c0303224be57ac01f57aa507acd89242bd5')
+sha256sums=('017c9812cc0180d10e134557a29296a56b40b32bb63c62f44a781e818792bf29')
build() {
cd "${srcdir}/${_module}-${pkgver}"