summaryrefslogtreecommitdiff
path: root/python-tifffile
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-09-04 15:20:39 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-09-04 15:20:39 +0200
commit767752d19ece42114ca3c1dd9b76a9cab34e93d9 (patch)
tree29074919ac1e2e40d6baf09729c157454f878838 /python-tifffile
parentdd923a2fa14a6d6374af21ecbdbd0fb035a87312 (diff)
downloadarchlinuxewe-767752d19ece42114ca3c1dd9b76a9cab34e93d9.tar.xz
python-tifffile 2023.8.25-1 -> 2023.8.30-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 9166a9ff0..2739da7b0 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.8.25
+pkgver=2023.8.30
_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=('d0df54b6b5b4a347e84a8900dbd8c63c1f7cf27e29646dfcfbd3eadd1f0ace295b3503b4a5bb66742026a1ce1c0f278d396d83b0912aab44595dedec6b6f3112')
+sha512sums=('3f6bd713c702e165822794949a38b76f31a257feff476beb5aed77b99deaaff673e33c74400baa50699020417508655f4bdc356c12689d45379111a2ceef1270')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}