summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-09-10 16:06:41 +0200
committerPhilipp A2019-09-10 16:06:41 +0200
commitb4db865993716894d0e4abc5807d4d559337a1be (patch)
treed7b32c9cbfa6d4fae87a844d7ff5d86359601fa5
parent5250b56982d1da369771cc865bdce6907735aa27 (diff)
downloadaur-b4db865993716894d0e4abc5807d4d559337a1be.tar.gz
2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dcb15df2c7a..ab78a5c6c7ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-zarr
pkgdesc = An implementation of chunked, compressed, N-dimensional arrays for Python
- pkgver = 2.2.0
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/zarr-developers/zarr
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-zarr
depends = python-asciitree
depends = python-numpy
depends = python-numcodecs
- source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.2.0.tar.gz
- sha256sums = 678eba19c4ba5821e8d0f64cc59eeaf9b86db5b2229836903687794756dce407
+ source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.3.2.tar.gz
+ sha256sums = c62d0158fb287151c978904935a177b3d2d318dea3057cfbeac8541915dfa105
pkgname = python-zarr
diff --git a/PKGBUILD b/PKGBUILD
index 3d15a1fde26b..d04fa5825b20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=zarr
pkgname=python-zarr
-pkgver=2.2.0
+pkgver=2.3.2
pkgrel=1
pkgdesc='An implementation of chunked, compressed, N-dimensional arrays for Python'
arch=(any)
@@ -9,7 +9,7 @@ url='https://github.com/zarr-developers/zarr'
license=(MIT)
depends=(python-fasteners python-asciitree python-numpy python-numcodecs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('678eba19c4ba5821e8d0f64cc59eeaf9b86db5b2229836903687794756dce407')
+sha256sums=('c62d0158fb287151c978904935a177b3d2d318dea3057cfbeac8541915dfa105')
package() {
cd "$srcdir/$_name-$pkgver"