summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-03-21 10:33:48 +0800
committerUniversebenzene2021-03-21 10:33:48 +0800
commit09eceaa714a28397fa6723abc95f97ef829d1080 (patch)
tree2b674da0e89fc0dd42be155f3ef70e7e82bfd6b4
parent286c9e8ac36935def8080e9bc22bea53209372b8 (diff)
downloadaur-09eceaa714a28397fa6723abc95f97ef829d1080.tar.gz
Update to version 2021.3.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5ac9c4ae66a..4f717fe5bc7b 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.5
+ pkgver = 2021.3.17
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-tifffile
optdepends = python-imagecodecs>=2021.2.26: 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.3.5.tar.gz
- sha256sums = f55a4c8bcbfdd28157529c2e2a7c066da1636a202144f1696092b9290f52685d
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2021.3.17.tar.gz
+ sha256sums = 1b72c92ecd2273e52686c0f8792d1d1c4da4109b241dd1723dfe56ef4d1ad612
pkgname = python-tifffile
diff --git a/PKGBUILD b/PKGBUILD
index cc679944d283..34013544f4a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2021.3.5
+pkgver=2021.3.17
_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=('f55a4c8bcbfdd28157529c2e2a7c066da1636a202144f1696092b9290f52685d')
+sha256sums=('1b72c92ecd2273e52686c0f8792d1d1c4da4109b241dd1723dfe56ef4d1ad612')
build() {
cd ${srcdir}/${_pyname}-${pkgver}