summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-10-10 20:07:35 +0800
committerUniversebenzene2021-10-10 20:07:35 +0800
commit335d14c6b7618202eb432d61ab4d5dc80341d584 (patch)
treeea7a4b31d90ce22899d29f852fa5bf6c8e1ff392
parentc358ae39c58f9ec815bf6830165d0d84f6e0fe6d (diff)
downloadaur-335d14c6b7618202eb432d61ab4d5dc80341d584.tar.gz
Update to version 2021.10.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b90b10b167ab..bbe2b2f1f731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tifffile
pkgdesc = Read and write image data from and to TIFF files
- pkgver = 2021.8.30
+ pkgver = 2021.10.10
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-tifffile
optdepends = python-imagecodecs>=2021.8.26: required only for encoding or decoding LZW, JPEG, etc
optdepends = python-lxml>=4.6.3: required only for validating and printing XML
optdepends = python-zarr>=2.6.1: required only for opening zarr storage
- source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2021.8.30.tar.gz
- sha256sums = 8760e61e30106ea0dab9ec42a238d70a3ff55dde9c54456e7b748fe717cb782d
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2021.10.10.tar.gz
+ sha256sums = 86c11d33d8101fcb9bec04d2c342982742d11e2a5a8cc770fbbcd4733bdba76a
pkgname = python-tifffile
diff --git a/PKGBUILD b/PKGBUILD
index ca6b574cf2ff..3abf96a261e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2021.8.30
+pkgver=2021.10.10
_pyname=${pkgname#python-}
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -17,7 +17,7 @@ optdepends=('python-matplotlib>=3.4.3: required only for plotting'
'python-zarr>=2.6.1: required only for opening zarr storage')
#checkdepends=('python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('8760e61e30106ea0dab9ec42a238d70a3ff55dde9c54456e7b748fe717cb782d')
+sha256sums=('86c11d33d8101fcb9bec04d2c342982742d11e2a5a8cc770fbbcd4733bdba76a')
build() {
cd ${srcdir}/${_pyname}-${pkgver}