summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A.2023-11-02 14:47:46 +0100
committerPhilipp A.2023-11-02 14:47:46 +0100
commitb96ebf874d89e06eab674fda40b050a2c3330875 (patch)
tree533b174178c8f536cba0fbf7233f5cbd81e23b4c
parente32bd7ff03557c552be87ad05f6fa92e877ac32a (diff)
downloadaur-b96ebf874d89e06eab674fda40b050a2c3330875.tar.gz
v2.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c3f0370b362..3e12bb012384 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.16.0
+ pkgver = 2.16.1
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.16.0.tar.gz
- sha256sums = 84e36b695bda0ecea52af9861271984cb22a5c864679907b7b9ba3f79b684f7e
+ source = https://files.pythonhosted.org/packages/source/z/zarr/zarr-2.16.1.tar.gz
+ sha256sums = 4276cf4b4a653431042cd53ff2282bc4d292a6842411e88529964504fb073286
pkgname = python-zarr
diff --git a/PKGBUILD b/PKGBUILD
index 7a8195c0a4b8..b2d217ab4b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=zarr
pkgname=python-zarr
-pkgver=2.16.0
+pkgver=2.16.1
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=('84e36b695bda0ecea52af9861271984cb22a5c864679907b7b9ba3f79b684f7e')
+sha256sums=('4276cf4b4a653431042cd53ff2282bc4d292a6842411e88529964504fb073286')
build() {
cd "$_name-$pkgver"