summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-06-05 21:36:39 -0400
committerGuillaume Horel2020-06-05 21:36:39 -0400
commit6d2209c1dfec42151c53fd7db264ade2875a1643 (patch)
tree5b08ea695f6c4008bc95652c4a0073fe435e7e78 /PKGBUILD
parent8ae0b8c612e2d347c1f646522d8eb3fa065b767c (diff)
downloadaur-6d2209c1dfec42151c53fd7db264ade2875a1643.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 4d82fcf3e596..92b530203d09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-fastparquet'
_module='fastparquet'
-pkgver='0.3.3'
+pkgver='0.4.0'
pkgrel=1
pkgdesc="A python implementation of the parquet format."
url="https://github.com/dask/fastparquet"
@@ -20,7 +20,7 @@ optdepends=('python-snappy'
license=('Apache')
arch=('x86_64')
source=("https://github.com/dask/fastparquet/archive/$pkgver.tar.gz")
-sha256sums=('c13bb15375d97e1f5f5d71731a3e8739cae9de9fc446cdfaec135a2ae93c1cd4')
+sha256sums=('34c0a94e36710cc7615770661888d9c610da3925cd2bd6164bc6d5682530814c')
build() {
cd "${srcdir}/${_module}-${pkgver}"