summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-04-26 10:31:12 -0400
committerGuillaume Horel2018-04-26 10:31:12 -0400
commit01cd4379407f46acb0d7f33689fe916942e9617b (patch)
tree2c1d8c90e2fa9f9713f2fbf9e40f7d0f4206fc9d
parentfbc87842174fc457dd9e692fdc196d5a150e8dda (diff)
downloadaur-01cd4379407f46acb0d7f33689fe916942e9617b.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 2ba81db35834..842c5bd770ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fastparquet
pkgdesc = A python implementation of the parquet format.
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/dask/fastparquet
arch = i686
@@ -17,8 +17,8 @@ pkgbase = python-fastparquet
optdepends = python-lz4
optdepends = python-lzo
optdepends = python-brotli
- source = https://github.com/dask/fastparquet/archive/0.1.4.tar.gz
- sha256sums = 8b28b7fc00854f6546ae7c46961f3c0303224be57ac01f57aa507acd89242bd5
+ source = https://github.com/dask/fastparquet/archive/0.1.5.tar.gz
+ sha256sums = 017c9812cc0180d10e134557a29296a56b40b32bb63c62f44a781e818792bf29
pkgname = python-fastparquet
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}"