summaryrefslogtreecommitdiff
path: root/python-tifffile
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-08-28 13:56:48 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-08-28 13:56:48 +0200
commit09c23962a95e536871bebd06565dda1e97c0fbf4 (patch)
treed1e87625b12b3f565ed82a259d8420bf41f67d83 /python-tifffile
parentf881efc3b96cd693c6dab525146e5751bd82a8e0 (diff)
downloadarchlinuxewe-09c23962a95e536871bebd06565dda1e97c0fbf4.tar.xz
python-tifffile 2023.7.4-1 -> 2023.8.25-1
Diffstat (limited to 'python-tifffile')
-rw-r--r--python-tifffile/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD
index 19b32ad32..9166a9ff0 100644
--- a/python-tifffile/PKGBUILD
+++ b/python-tifffile/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2023.7.4
+pkgver=2023.8.25
_pkgname=${pkgname#python-}
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -21,7 +21,7 @@ optdepends=('python-matplotlib>=3.1: required only for plotting'
'python-lxml: required only for validating and printing XML')
#checkdepends=('python-pytest')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/cgohlke/$_pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('247912cee32a5b9d29cb228a73366fd61c1f0b316ddc78ad37513ed85157abd7012bbc36b4cef250636f5789ef7f0204eae9a6ddbe6b08440f7f82039dbb854a')
+sha512sums=('d0df54b6b5b4a347e84a8900dbd8c63c1f7cf27e29646dfcfbd3eadd1f0ace295b3503b4a5bb66742026a1ce1c0f278d396d83b0912aab44595dedec6b6f3112')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}