summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2024-05-24 13:43:49 +0800
committerUniversebenzene2024-05-24 13:43:49 +0800
commit0eae6b38fe384800a56b4a8dcd7e15c674c1d13a (patch)
tree16f96be530fe57c87706360aa1b7ff6046714727 /PKGBUILD
parentac3ff936835bd240e2048ae84a22a0e3dfd31c40 (diff)
downloadaur-0eae6b38fe384800a56b4a8dcd7e15c674c1d13a.tar.gz
Update to version 2024.5.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01d2eeb4b87d..ea9cc3f6bbdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-tifffile
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=2024.5.10
+pkgver=2024.5.22
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
arch=('any')
@@ -18,7 +18,7 @@ checkdepends=('python-pytest'
'python-imagecodecs') # numpy ? xarray
# 'python-fsspec'
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('aa1e1b12be952ab20717d6848bd6d4a5ee88d2aa319f1152bff4354ad728ec86')
+sha256sums=('3a105801d1b86d55692a98812a170c39d3f0447aeacb1d94635d38077cb328c4')
build() {
cd ${srcdir}/${_pyname}-${pkgver}
@@ -60,7 +60,7 @@ package_python-tifffile() {
depends=('python-numpy>=1.26.4')
optdepends=('python-matplotlib>=3.8.3: required for plotting'
'python-imagecodecs>=2024.1.1: required for encoding or decoding LZW, JPEG, etc. compressed segments'
- 'python-lxml>=5.1.0: required only for validating and printing XML'
+ 'python-lxml>=5.2.2: required only for validating and printing XML'
'python-zarr>=2.17.0: required for opening Zarr stores'
'python-fsspec>=2024.3.1: required only for opening ReferenceFileSystem files'
'python-tifffile-doc: Documentation for Python tifffile')