summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-09-30 15:42:09 +0800
committerUniversebenzene2020-09-30 15:42:09 +0800
commit18de641ea82b367bf2f9bcf270ad3bde2b1567ce (patch)
tree4f92d512bb7efdc6008b531b063ce88a8cc5ad9a
parent0b3393d484195e2b2ed4f41dc33cfe901326b4cb (diff)
downloadaur-18de641ea82b367bf2f9bcf270ad3bde2b1567ce.tar.gz
Update to version 2020.9.29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bd11b39b30a..f23e70ac8b24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tifffile
pkgdesc = Read and write image data from and to TIFF files
- pkgver = 2020.9.28
+ pkgver = 2020.9.29
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-tifffile
optdepends = python-imagecodecs>=2020.5.30: required only for encoding or decoding LZW, JPEG, etc
optdepends = python-lxml>=4.5.2: required only for validating and printing XML
optdepends = python-zarr>=2.4.0: required only for opening zarr storage
- source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2020.9.28.tar.gz
- sha256sums = 393903af4a526b836f630aa7363071f66b3d3c1d8c865ee6693f9603262da8e9
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2020.9.29.tar.gz
+ sha256sums = 1596f7fea8b0939cc286613abd845733000d7c1df523320930e545962a48044d
pkgname = python-tifffile
diff --git a/PKGBUILD b/PKGBUILD
index 5ee76a35281e..b144dfebe321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2020.9.28
+pkgver=2020.9.29
_pyname=${pkgname#python-}
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -17,7 +17,7 @@ optdepends=('python-matplotlib>=3.2.2: required only for plotting'
'python-zarr>=2.4.0: 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=('393903af4a526b836f630aa7363071f66b3d3c1d8c865ee6693f9603262da8e9')
+sha256sums=('1596f7fea8b0939cc286613abd845733000d7c1df523320930e545962a48044d')
build() {
cd ${srcdir}/${_pyname}-${pkgver}