summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-07-25 19:23:17 +0800
committerUniversebenzene2020-07-25 19:23:17 +0800
commit02aeacf9da0970a6b2ba76855efc8e2503a76271 (patch)
tree8a413f6d8be324ce8d6656480672618da6520eaf
parent839346f757725410483fa93a71dcea95f6e2cfb1 (diff)
downloadaur-02aeacf9da0970a6b2ba76855efc8e2503a76271.tar.gz
Update to version 2020.7.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98b9fb3b9ec9..ac801fc26daf 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.7.22
+ pkgver = 2020.7.24
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-tifffile
optdepends = python-matplotlib>=3.1: required only for plotting
optdepends = python-imagecodecs>=2020.2.18: required only for encoding or decoding LZW, JPEG, etc
optdepends = python-lxml: required only for validating and printing XML
- source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2020.7.22.tar.gz
- sha256sums = b3e06d34885e5d113a426ac4b7c50b202ec07150095c1a07ebf4d9bec541028b
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2020.7.24.tar.gz
+ sha256sums = cd8549d6f0742c3c95a856744a26064a1aad1c132fbab95dc9e5dce891a62c17
pkgname = python-tifffile
diff --git a/PKGBUILD b/PKGBUILD
index 80044358681d..865c1621ef76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2020.7.22
+pkgver=2020.7.24
_pyname=${pkgname#python-}
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -16,7 +16,7 @@ optdepends=('python-matplotlib>=3.1: required only for plotting'
'python-lxml: required only for validating and printing XML')
#checkdepends=('python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('b3e06d34885e5d113a426ac4b7c50b202ec07150095c1a07ebf4d9bec541028b')
+sha256sums=('cd8549d6f0742c3c95a856744a26064a1aad1c132fbab95dc9e5dce891a62c17')
build() {
cd ${srcdir}/${_pyname}-${pkgver}