diff options
author | Erich Eckner <git@eckner.net> | 2020-10-02 05:56:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-10-02 05:56:59 +0200 |
commit | 3cea9e8cc61d88760141f21e08998f761c818a1e (patch) | |
tree | cdb49171a107cd40366706befa2af477e5903a21 | |
parent | bceb1c08ff184d0f93d4e295d019c8e0cac780e7 (diff) | |
download | archlinuxewe-3cea9e8cc61d88760141f21e08998f761c818a1e.tar.xz |
python-tifffile 2020.9.29-1 -> 2020.10.1-1
-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 7cd460d4d..f7c280332 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.9.29 +pkgver=2020.10.1 _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=('42475a213ebcdd525fa71fb37b0325f1b4a5d5a4aebad5717fd02c8e5bb6c6e28e74c760830aaec7a9b4c3452f4d726dd967dec9ce278d381a3c890f2a49db58') +sha512sums=('0e5ce6d4fb7a311ab513cdfdb198a6760c536fc1adbc4e89aee23f53cbcc14ba07f1b42e806a905c956ecfc1f24635bd9066e54104b939011dbe9b9ce8753f42') build() { cd ${srcdir}/${_pyname}-${pkgver} |