summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-12-10 10:57:06 +0800
committerUniversebenzene2020-12-10 10:57:06 +0800
commit8520944bb9394612b10f934a7eadef0e061bb1a6 (patch)
tree2492c63da7471b70afc3c23b328c3927b6b95ab3 /PKGBUILD
parent25aefb97cf6cc95bb25049329c739c2e8e84bb3e (diff)
downloadaur-8520944bb9394612b10f934a7eadef0e061bb1a6.tar.gz
Update to version 2020.12.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d503a4f2d1a..83826ad27e73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2020.12.4
+pkgver=2020.12.8
_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=('5a388f8f3ca3f69a62f7c1cda72837fa5e9070e89992e7702408a786d526b3ff')
+sha256sums=('6c65c3997a21cad40349921e557a383fd5f0ebd728f5e91fa6c8f8f9e45c4bbd')
build() {
cd ${srcdir}/${_pyname}-${pkgver}