summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-04-14 12:00:28 +0200
committerPhilipp A2022-04-14 12:00:28 +0200
commit358474ad7440f6cf8c5b1d3debc4cb69a1debc0d (patch)
tree0722db26616cd3a323683583da91cef5045bc4eb
parent294849224652f541c612e699a34d6641c2b5b964 (diff)
downloadaur-358474ad7440f6cf8c5b1d3debc4cb69a1debc0d.tar.gz
v2.11.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4268d2e2e577..5d91355c0596 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-zarr
pkgdesc = An implementation of chunked, compressed, N-dimensional arrays for Python
- pkgver = 2.11.1
- pkgrel = 2
+ pkgver = 2.11.3
+ pkgrel = 1
url = https://github.com/zarr-developers/zarr-python
arch = any
license = MIT
@@ -13,7 +13,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.11.1.tar.gz
- sha256sums = 11b628f42dec36e0147879e8bd471524b59b238094b9b21e3c35be78399c115e
+ source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.11.3.tar.gz
+ sha256sums = 6ee84547aec60fd06fc9356e9194302ebbdb2fd912fd365a0a652ad5c69636f5
pkgname = python-zarr
diff --git a/PKGBUILD b/PKGBUILD
index c961ca5c43a4..18cc5913ff1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=zarr
pkgname=python-zarr
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.11.3
+pkgrel=1
pkgdesc='An implementation of chunked, compressed, N-dimensional arrays for Python'
arch=(any)
url='https://github.com/zarr-developers/zarr-python'
@@ -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-installer python-build)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('11b628f42dec36e0147879e8bd471524b59b238094b9b21e3c35be78399c115e')
+sha256sums=('6ee84547aec60fd06fc9356e9194302ebbdb2fd912fd365a0a652ad5c69636f5')
build() {
cd "$_name-$pkgver"