diff options
Diffstat (limited to 'python-tifffile/PKGBUILD')
-rw-r--r-- | python-tifffile/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD index 290bd2e31..d7abd120a 100644 --- a/python-tifffile/PKGBUILD +++ b/python-tifffile/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Francois Boulogne <fboulogne at april dot org> pkgname=python-tifffile -pkgver=2021.3.5 +pkgver=2021.3.17 _pyname=${pkgname#python-} pkgrel=1 pkgdesc="Read and write image data from and to TIFF files" @@ -17,7 +17,7 @@ optdepends=('python-matplotlib>=3.1: required only for plotting' 'python-lxml: required only for validating and printing XML') #checkdepends=('python-pytest') source=("$pkgname-$pkgver.tar.gz::https://github.com/cgohlke/$_pyname/archive/v$pkgver.tar.gz") -sha512sums=('eed261f230a2daca42fbc9818fe5730a84311af14edc6e7b091f64b10c993347e706de99a5aa40d18ee9182f57b155c2c3c474845e711de4c9ae2fb3b8422fb6') +sha512sums=('c8cb1a2397ef6b4b9ff965494eed7e9f40cd1e214832352508cd6950b5898d615b703c361b9ba54b2ba7fc9cc3e733fdcda5fd71133f7f01b44a59bcfb17da57') build() { cd ${srcdir}/${_pyname}-${pkgver} |