summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-06-05 21:36:39 -0400
committerGuillaume Horel2020-06-05 21:36:39 -0400
commit6d2209c1dfec42151c53fd7db264ade2875a1643 (patch)
tree5b08ea695f6c4008bc95652c4a0073fe435e7e78
parent8ae0b8c612e2d347c1f646522d8eb3fa065b767c (diff)
downloadaur-6d2209c1dfec42151c53fd7db264ade2875a1643.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c3a9e0988a3..1426a7919d36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fastparquet
pkgdesc = A python implementation of the parquet format.
- pkgver = 0.3.3
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/dask/fastparquet
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = python-fastparquet
optdepends = python-lzo
optdepends = python-brotli
optdepends = python-zstandard
- source = https://github.com/dask/fastparquet/archive/0.3.3.tar.gz
- sha256sums = c13bb15375d97e1f5f5d71731a3e8739cae9de9fc446cdfaec135a2ae93c1cd4
+ source = https://github.com/dask/fastparquet/archive/0.4.0.tar.gz
+ sha256sums = 34c0a94e36710cc7615770661888d9c610da3925cd2bd6164bc6d5682530814c
pkgname = python-fastparquet
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}"