summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-08-01 10:39:42 +0800
committerUniversebenzene2021-08-01 10:39:42 +0800
commitda1455f1057948ec3996216d86cde4bc15ab68ad (patch)
tree73b851ab0f9e6196a86f0fec155aec9dd9891dfa
parentd2ad59f50abfcfa4cad94a0cafcc5654fa449b55 (diff)
downloadaur-da1455f1057948ec3996216d86cde4bc15ab68ad.tar.gz
Update to version 2021.7.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 253f2c8ad537..8a07a9c9efe2 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.7.2
+ pkgver = 2021.7.30
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-tifffile
optdepends = python-imagecodecs>=2021.6.8: 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.7.2.tar.gz
- sha256sums = 17fc5ca901f7d7b827a16e4695668e6120319324efe6d1333258397d8a71dedb
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2021.7.30.tar.gz
+ sha256sums = c96e7497b1037897c726d8f8284653af3437d2cd58ef68d44cf65f02020910a0
pkgname = python-tifffile
diff --git a/PKGBUILD b/PKGBUILD
index e30c5dc747c7..d8a5da30915c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2021.7.2
+pkgver=2021.7.30
_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.2: 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=('17fc5ca901f7d7b827a16e4695668e6120319324efe6d1333258397d8a71dedb')
+sha256sums=('c96e7497b1037897c726d8f8284653af3437d2cd58ef68d44cf65f02020910a0')
build() {
cd ${srcdir}/${_pyname}-${pkgver}