summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2024-08-12 12:41:20 +0800
committerUniversebenzene2024-08-12 12:41:20 +0800
commite4dca0e2eccbe800d3f2a43a663108c9e51b6e51 (patch)
tree028e87e0cb40c74c8153939094f2a05efaa84ea7 /PKGBUILD
parentd5c849a380c3d28e35ceb5c4de0db3c3927b123c (diff)
downloadaur-e4dca0e2eccbe800d3f2a43a663108c9e51b6e51.tar.gz
Update to version 2024.8.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12a70c360f27..9755aa1a3174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-tifffile
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=2024.7.24
+pkgver=2024.8.10
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
arch=('any')
@@ -19,7 +19,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=('723456ebf2b4918878ae05a7b50fa366ff3b3a686293317eb7a0f294c3eea050')
+sha256sums=('fdc12124f1478a07b1524641dc6b50cf6bde0483011a63fd2a773094090c3dcf')
build() {
cd ${srcdir}/${_pyname}-${pkgver}