summaryrefslogtreecommitdiff
path: root/python-tifffile
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-08 14:56:03 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-08 14:56:03 +0100
commit1ca8c72e66a660cc807b0ab250332d89f354c3d2 (patch)
tree8dffe2fcbe9ddfed858962fbc238ab1e91ad263d /python-tifffile
parent6db2bcd01e65dcdd46336679c1ee775761b66908 (diff)
downloadarchlinuxewe-1ca8c72e66a660cc807b0ab250332d89f354c3d2.tar.xz
python-tifffile 2022.10.10-1 -> 2023.2.3-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 225efd1bc..9485dd892 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=2022.10.10
+pkgver=2023.2.3
_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=('7ccd6b4b802e63ca2646ea4f716fb16f02a091042c02d200c7a6756dc06a60d7d165aa5fefc63db954e60dcaf6bf8626349de7e4b836394b70df7ee71ec28790')
+sha512sums=('f73dd77c149afa976ac468f0fac37a1bafe35ae4bcb377a91e7922573237805cdc6e00cbcd7bb78f3213a9da4878ec020a058567523b9a4c5958e013f9bdc94b')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}