summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-11-29 14:23:11 +0800
committerUniversebenzene2020-11-29 14:23:11 +0800
commit728a0b8267b1d204b907d2b7d7c3843e366e24f2 (patch)
treeb55c801335fa9b7e880215661421e20d02ce6713 /PKGBUILD
parent356b5216a8d4e49ce334e2a76f785f15a0767c9c (diff)
downloadaur-728a0b8267b1d204b907d2b7d7c3843e366e24f2.tar.gz
Update to version 2020.11.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 773977dd4e25..54d75b1ed942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2020.11.18
+pkgver=2020.11.26
_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.5.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=('bdc82db0c01c81bb8f74fd82f0dbd4ec01c5fd6a0be12755948a86c6bf82a5db')
+sha256sums=('c712df6f201385fbd3500e26e45dc20fabcbb0c6c1fbfb4c1e44538a9d0269a8')
build() {
cd ${srcdir}/${_pyname}-${pkgver}