summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-10-12 10:19:56 +0200
committerPhilipp A2022-10-12 10:19:56 +0200
commitae48bf07ae0152e8becbe5f8c5eca5664e791360 (patch)
tree9e3e2d32ba94c722af0f8f061625c063dbbd3066
parentff75ca744ef7c35448a8e989dce0de851b1e6b7a (diff)
downloadaur-ae48bf07ae0152e8becbe5f8c5eca5664e791360.tar.gz
v2.13.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 724b961afc89..a1e3141b84e1 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.13.0
+ pkgver = 2.13.3
pkgrel = 1
url = https://github.com/zarr-developers/zarr-python
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-zarr
depends = python-numpy
depends = python-fasteners
depends = python-numcodecs>=0.6.4
- source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.13.0.tar.gz
- sha256sums = 3e76ed6e209578e46d1718bb1e90aa1cea5012cffe8db9a9eb3e59d7e32bee40
+ source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.13.3.tar.gz
+ sha256sums = db24b090616c638f65e33a6bc5d956d642221182961515ccbc28b17fb0d0b48c
pkgname = python-zarr
diff --git a/PKGBUILD b/PKGBUILD
index 9d54517a95fe..ba7c0603b6d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=zarr
pkgname=python-zarr
-pkgver=2.13.0
+pkgver=2.13.3
pkgrel=1
pkgdesc='An implementation of chunked, compressed, N-dimensional arrays for Python'
arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(python-asciitree python-numpy python-fasteners 'python-numcodecs>=0.6.4')
makedepends=(python-setuptools python-setuptools-scm python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('3e76ed6e209578e46d1718bb1e90aa1cea5012cffe8db9a9eb3e59d7e32bee40')
+sha256sums=('db24b090616c638f65e33a6bc5d956d642221182961515ccbc28b17fb0d0b48c')
build() {
cd "$_name-$pkgver"