summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-04-08 16:16:01 -0400
committerGuillaume Horel2020-04-08 16:16:01 -0400
commit8ae0b8c612e2d347c1f646522d8eb3fa065b767c (patch)
treea24ccdbdd1235f744e85ea6f804115eff89290d0 /PKGBUILD
parentbaea1ead866970bd5cc892a338eb65d6bf5bb247 (diff)
downloadaur-8ae0b8c612e2d347c1f646522d8eb3fa065b767c.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e41739efa5e4..4d82fcf3e596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
-pkgname=('python-fastparquet')
+pkgname='python-fastparquet'
_module='fastparquet'
-pkgver='0.3.2'
+pkgver='0.3.3'
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=('b09526e6bc773980215a1581a7c2b97a71e47b78ef196baf1fa748d24d33c2a4')
+sha256sums=('c13bb15375d97e1f5f5d71731a3e8739cae9de9fc446cdfaec135a2ae93c1cd4')
build() {
cd "${srcdir}/${_module}-${pkgver}"