diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-10-10 16:20:49 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-10-10 16:20:49 +0200 |
commit | 03889f6a66edcb2670b34658af918158cebea1eb (patch) | |
tree | 44941aba072979bc8acd026f3552f2ad4bf8bafb /python-tifffile | |
parent | b4c062de1d88eb8c15a1c6f74bc4712f278aa27b (diff) | |
download | archlinuxewe-03889f6a66edcb2670b34658af918158cebea1eb.tar.xz |
python-tifffile 2023.8.30-1 -> 2023.9.26-1
Diffstat (limited to 'python-tifffile')
-rw-r--r-- | python-tifffile/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD index 2739da7b0..032e5b197 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.30 +pkgver=2023.9.26 _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=('3f6bd713c702e165822794949a38b76f31a257feff476beb5aed77b99deaaff673e33c74400baa50699020417508655f4bdc356c12689d45379111a2ceef1270') +sha512sums=('ec59c408731143b60cc7664ab038ae885c21400771b0673828bbd07a46c7faafd503c1cedafbd08aaabfde554d2e42664a6f8f2ae753fc4405a9c98f8c2b8e1b') build() { cd ${srcdir}/${_pkgname}-${pkgver} |