summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-04-26 15:06:55 +0800
committerUniversebenzene2022-04-26 15:06:55 +0800
commit3e9cdd081ff707b06be7ca572cff109abc47f411 (patch)
tree5e521731825e331e420df74432e77ee74a2ce631
parent5f2e404cac87ac9f72138973a16d972b9cfff5eb (diff)
downloadaur-3e9cdd081ff707b06be7ca572cff109abc47f411.tar.gz
Update to version 2022.4.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15be64bd7d22..ffe71a0b1664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tifffile
pkgdesc = Read and write image data from and to TIFF files
- pkgver = 2022.4.22
+ pkgver = 2022.4.26
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-tifffile
optdepends = python-imagecodecs>=2022.2.22: required only for encoding or decoding LZW, JPEG, etc
optdepends = python-lxml>=4.8.0: required only for validating and printing XML
optdepends = python-zarr>=2.11.3: required only for opening zarr storage
- source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2022.4.22.tar.gz
- sha256sums = 2b8003c834883103131bd3e97388091b59a3a2344e9d8e1ed48aebeb64f86763
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2022.4.26.tar.gz
+ sha256sums = 018054f54b3c2fc06842b224077d059340309addfcd94263988c05d7f19724e9
pkgname = python-tifffile
diff --git a/PKGBUILD b/PKGBUILD
index 7d214d8b1244..b20b2d2b7ad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2022.4.22
+pkgver=2022.4.26
_pyname=${pkgname#python-}
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -18,7 +18,7 @@ optdepends=('python-matplotlib>=3.4.3: required only for plotting'
'python-zarr>=2.11.3: required only for opening zarr storage')
checkdepends=('python-pytest' 'python-xarray' 'python-fsspec')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('2b8003c834883103131bd3e97388091b59a3a2344e9d8e1ed48aebeb64f86763')
+sha256sums=('018054f54b3c2fc06842b224077d059340309addfcd94263988c05d7f19724e9')
build() {
cd ${srcdir}/${_pyname}-${pkgver}