diff options
author | Erich Eckner <git@eckner.net> | 2020-11-29 12:04:22 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-11-29 12:04:22 +0100 |
commit | ad97781e3f50b59577ecd6b8e7f9136dcb5eea5c (patch) | |
tree | e99363dd63530f623834f3eaf1b1c065dc3f3dbc /python-tifffile/PKGBUILD | |
parent | e826b8359245a6d02081aa47b265d7a304ab0279 (diff) | |
download | archlinuxewe-ad97781e3f50b59577ecd6b8e7f9136dcb5eea5c.tar.xz |
python-tifffile 2020.11.18-1 -> 2020.11.26-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 ad9676fea..abb60e7b3 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.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.1: required only for plotting' 'python-lxml: required only for validating and printing XML') #checkdepends=('python-pytest') source=("https://github.com/cgohlke/$_pyname/archive/v$pkgver.tar.gz") -sha512sums=('caec58374779c0009a99847b04343e89f9184447a0fc82813fda29fd68cfe9290d285724c4fbe7b4a30270c9fd605f65fc90585bc6e4e5b30e31f1a6a989b954') +sha512sums=('c944845ff7b97a5beb5f3a68b785835bd6c386927f50ae254418af9751a6462a95816d992f2afa027e4e98920098fe0f564dd62725f8088cd89efe7878410b9b') build() { cd ${srcdir}/${_pyname}-${pkgver} |