summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2024-04-25 13:50:31 +0800
committerYour Name2024-04-25 13:50:31 +0800
commit13ff1b939c98b0b86ff1ab103a6705417fbf2a5f (patch)
tree162244b8dbe91f1a8560349eb02d5d21fd995fe9
parent24042b25121a424a58a79b44ff518204f7e83a47 (diff)
downloadaur-13ff1b939c98b0b86ff1ab103a6705417fbf2a5f.tar.gz
Update to version 2024.4.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2af0bdc11f97..8452f24dcfc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tifffile
pkgdesc = Read and write image data from and to TIFF files
- pkgver = 2024.4.18
+ pkgver = 2024.4.24
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-tifffile
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-numpy
- source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2024.4.18.tar.gz
- sha256sums = 5ffcd77b9d77c3aada1278631af5c8ac788438452fda2eb1b9b60d5553e95c82
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2024.4.24.tar.gz
+ sha256sums = e329f36ac8ff3bbe7dd04609340be26b03c4b9e9a69235fc3ab33434157c38ea
pkgname = python-tifffile
depends = python-numpy>=1.26.4
diff --git a/PKGBUILD b/PKGBUILD
index 1d3151478c9a..5258c0b90872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-tifffile
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=2024.4.18
+pkgver=2024.4.24
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=('5ffcd77b9d77c3aada1278631af5c8ac788438452fda2eb1b9b60d5553e95c82')
+sha256sums=('e329f36ac8ff3bbe7dd04609340be26b03c4b9e9a69235fc3ab33434157c38ea')
build() {
cd ${srcdir}/${_pyname}-${pkgver}