summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-10-02 14:58:59 +0800
committerUniversebenzene2020-10-02 14:58:59 +0800
commite48371561877033c4e3d2904c7f55739be7980a7 (patch)
treefaa7b6bfcafebd9d24c1c7370cdffea3e6c026dd
parent62af71deab3ea9b92332e5ea8519408c84e3b017 (diff)
downloadaur-e48371561877033c4e3d2904c7f55739be7980a7.tar.gz
Update to version 2020.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7551b885a35..e9b9dc755fdd 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.30
+ pkgver = 2020.10.1
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.30.tar.gz
- sha256sums = 98814267bfd9c2845d3dd04db3a336b05b94a5aa4a297e1847971ca569135b7f
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2020.10.1.tar.gz
+ sha256sums = 799feeccc91965b69e1288c51a1d1118faec7f40b2eb89ad2979591b85324830
pkgname = python-tifffile
diff --git a/PKGBUILD b/PKGBUILD
index 31bca76f9bff..f5902c385987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2020.9.30
+pkgver=2020.10.1
_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=('98814267bfd9c2845d3dd04db3a336b05b94a5aa4a297e1847971ca569135b7f')
+sha256sums=('799feeccc91965b69e1288c51a1d1118faec7f40b2eb89ad2979591b85324830')
build() {
cd ${srcdir}/${_pyname}-${pkgver}