summaryrefslogtreecommitdiff
path: root/python-tifffile
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-07-07 12:25:30 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-07-07 12:25:30 +0200
commit690d42c905440701e80e082e2b6764c3dd46aabb (patch)
tree8c50c87a1b6b827240e1f23dfe49db67b914ab1a /python-tifffile
parent7c9dd84b375f58cd4da7408a06572dd7e2e0488e (diff)
downloadarchlinuxewe-690d42c905440701e80e082e2b6764c3dd46aabb.tar.xz
python-tifffile 2023.2.3-4 -> 2023.7.4-1
Diffstat (limited to 'python-tifffile')
-rw-r--r--python-tifffile/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD
index 610446f3a..19b32ad32 100644
--- a/python-tifffile/PKGBUILD
+++ b/python-tifffile/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2023.2.3
+pkgver=2023.7.4
_pkgname=${pkgname#python-}
-pkgrel=4
+pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
arch=('any')
url="https://github.com/cgohlke/tifffile"
@@ -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=('f73dd77c149afa976ac468f0fac37a1bafe35ae4bcb377a91e7922573237805cdc6e00cbcd7bb78f3213a9da4878ec020a058567523b9a4c5958e013f9bdc94b')
+sha512sums=('247912cee32a5b9d29cb228a73366fd61c1f0b316ddc78ad37513ed85157abd7012bbc36b4cef250636f5789ef7f0204eae9a6ddbe6b08440f7f82039dbb854a')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}