summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-01-16 13:04:57 +0800
committerUniversebenzene2021-01-16 13:04:57 +0800
commitfe87ee808ae8b074057720ef14c4806853981cea (patch)
tree60bb24219d5e4380190103c4f151dc704a8ec074
parentb6a670b20195759db33b8fcbc2c689770b40003f (diff)
downloadaur-fe87ee808ae8b074057720ef14c4806853981cea.tar.gz
Update to version 2021.1.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70bee2162d2b..2180f0f5b73e 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.1.11
+ pkgver = 2021.1.14
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-tifffile
optdepends = python-imagecodecs>=2021.1.11: required only for encoding or decoding LZW, JPEG, etc
optdepends = python-lxml>=4.6.2: 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.1.11.tar.gz
- sha256sums = abd731e7493c320e641486e90557beb77cecbfc82bc6a0a236d41365c81c83ec
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2021.1.14.tar.gz
+ sha256sums = a5f8caaf672dab0dc8b2609b61d4fd23c6b6fe7e9df38750d4c872962a080ba9
pkgname = python-tifffile
diff --git a/PKGBUILD b/PKGBUILD
index b6a08a1f3749..b01beea2e497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2021.1.11
+pkgver=2021.1.14
_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=('abd731e7493c320e641486e90557beb77cecbfc82bc6a0a236d41365c81c83ec')
+sha256sums=('a5f8caaf672dab0dc8b2609b61d4fd23c6b6fe7e9df38750d4c872962a080ba9')
build() {
cd ${srcdir}/${_pyname}-${pkgver}