diff options
author | Erich Eckner <git@eckner.net> | 2020-12-06 21:55:19 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-12-06 21:55:19 +0100 |
commit | 76998140d7934b55396d6bea88b9b1629f64dc47 (patch) | |
tree | e169e12a2e282c5059e2bcd8cc4863bc9e815210 /python-tifffile/PKGBUILD | |
parent | 4431ee2bf231bec60dd13e5301c61aa6b082ed49 (diff) | |
download | archlinuxewe-76998140d7934b55396d6bea88b9b1629f64dc47.tar.xz |
python-tifffile 2020.11.26-1 -> 2020.12.4-1
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 f0a434e28..b39b6067f 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=2020.11.26 +pkgver=2020.12.4 _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=('c944845ff7b97a5beb5f3a68b785835bd6c386927f50ae254418af9751a6462a95816d992f2afa027e4e98920098fe0f564dd62725f8088cd89efe7878410b9b') +sha512sums=('3853239747421058e464d5350822b59535d6eeaec54ce19aacd4499aa8f9a2c516f54d2cb6e20ebb775c4ff674e2629182ca5497b6a6c9ec593206d279ee479e') build() { cd ${srcdir}/${_pyname}-${pkgver} |