diff options
author | Erich Eckner <git@eckner.net> | 2022-09-27 21:42:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-09-27 21:42:52 +0200 |
commit | 7562d82872ce40196df17b4035542e69d5ee6bd8 (patch) | |
tree | c7ab0de432e07ebcdd7002324d7a984f5a17227b /python-tifffile | |
parent | b9d2b60f1b167f9dbae9649db5f36bccdaaf3113 (diff) | |
download | archlinuxewe-7562d82872ce40196df17b4035542e69d5ee6bd8.tar.xz |
python-tifffile 2022.5.4-1 -> 2022.8.12-1
Diffstat (limited to 'python-tifffile')
-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 3f0e29847..2254af8a2 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=2022.5.4 +pkgver=2022.8.12 _pkgname=${pkgname#python-} pkgrel=1 pkgdesc="Read and write image data from and to TIFF files" @@ -21,7 +21,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/$_pkgname/archive/v$pkgver.tar.gz") -sha512sums=('cc6139872c42e0e2840a9774989b5cba57ef8957e2efa4349e7b224c61ebb8ad34287b9305dddd85b1239d03be4ada73526259b038c19c73513007e5f63d224d') +sha512sums=('35d7e7387bb2c7bcf88e8dac12e13c836a009f9344c9ae0cb0ca80184a42e6018744f09bdaa0d12c436b0561dcd96b97b2e6ca8106c512912b1eae813c5c3902') build() { cd ${srcdir}/${_pkgname}-${pkgver} |