summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-04-17 16:14:41 +0800
committerUniversebenzene2021-04-17 16:14:41 +0800
commit5ae31b250594533de93e3a354f1f428a46161607 (patch)
treec183173697e537ac4bc709553e48936de9bf975a
parentbaa1c6285302a77323328ff2d55c9ab725a03877 (diff)
downloadaur-5ae31b250594533de93e3a354f1f428a46161607.tar.gz
Update to version 2021.4.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9431321a3b8d..4af02d86728e 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.3.31
+ pkgver = 2021.4.8
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-tifffile
optdepends = python-imagecodecs>=2021.3.31: 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.3.31.tar.gz
- sha256sums = 3a966053e09a89317e6c9bdf99db4bf5c4d3d611ca8ac455024d7824ea5772b3
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2021.4.8.tar.gz
+ sha256sums = 55aa8baad38e1567c9fe450fff52160e4a21294a612f241c5e414da80f87209b
pkgname = python-tifffile
diff --git a/PKGBUILD b/PKGBUILD
index 5661c9ef5479..543e10036819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2021.3.31
+pkgver=2021.4.8
_pyname=${pkgname#python-}
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -17,7 +17,7 @@ optdepends=('python-matplotlib>=3.3.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=('3a966053e09a89317e6c9bdf99db4bf5c4d3d611ca8ac455024d7824ea5772b3')
+sha256sums=('55aa8baad38e1567c9fe450fff52160e4a21294a612f241c5e414da80f87209b')
build() {
cd ${srcdir}/${_pyname}-${pkgver}