summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-04-29 16:42:46 +0800
committerUniversebenzene2022-04-29 16:42:46 +0800
commite1d5fb5b442a66e93996476005c03baf14ec0b4c (patch)
tree4fd63b602622c2afa4153768a4bea15c06d757a0
parent3e9cdd081ff707b06be7ca572cff109abc47f411 (diff)
downloadaur-e1d5fb5b442a66e93996476005c03baf14ec0b4c.tar.gz
Update to version 2022.4.28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffe71a0b1664..041d8515f523 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.26
+ pkgver = 2022.4.28
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.26.tar.gz
- sha256sums = 018054f54b3c2fc06842b224077d059340309addfcd94263988c05d7f19724e9
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2022.4.28.tar.gz
+ sha256sums = 52d86c507a3cf8f2fd93c1095d52137f273858d5d44af2834921b6944f00e8dc
pkgname = python-tifffile
diff --git a/PKGBUILD b/PKGBUILD
index b20b2d2b7ad1..99b1b7ade312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2022.4.26
+pkgver=2022.4.28
_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=('018054f54b3c2fc06842b224077d059340309addfcd94263988c05d7f19724e9')
+sha256sums=('52d86c507a3cf8f2fd93c1095d52137f273858d5d44af2834921b6944f00e8dc')
build() {
cd ${srcdir}/${_pyname}-${pkgver}