diff options
author | Erich Eckner <git@eckner.net> | 2022-07-07 00:41:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-07-07 00:41:09 +0200 |
commit | 49a135da3b332be7cd4bec0ff23c0bf89625cda7 (patch) | |
tree | b2d2f7976c5f1915902ccd51386627b036956fe0 /python-tifffile | |
parent | b93d5a6455769d78bc8b788f16eee5d5ed5d7454 (diff) | |
download | archlinuxewe-49a135da3b332be7cd4bec0ff23c0bf89625cda7.tar.xz |
python-tifffile 2021.10.12-60 -> 2022.5.4-1
Diffstat (limited to 'python-tifffile')
-rw-r--r-- | python-tifffile/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD index f24bad018..3f0e29847 100644 --- a/python-tifffile/PKGBUILD +++ b/python-tifffile/PKGBUILD @@ -3,9 +3,9 @@ # Contributor: Francois Boulogne <fboulogne at april dot org> pkgname=python-tifffile -pkgver=2021.10.12 +pkgver=2022.5.4 _pkgname=${pkgname#python-} -pkgrel=60 +pkgrel=1 pkgdesc="Read and write image data from and to TIFF files" arch=('any') url="https://github.com/cgohlke/tifffile" @@ -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=('1d877e766b6c228088b6b0a5cf72eeaeecaadaaa5e94a63c3bde128c803d45bebe43ca9faa3ce462d89fbaa874230147d55e59219b191d8a77560eb22d8b2e5e') +sha512sums=('cc6139872c42e0e2840a9774989b5cba57ef8957e2efa4349e7b224c61ebb8ad34287b9305dddd85b1239d03be4ada73526259b038c19c73513007e5f63d224d') build() { cd ${srcdir}/${_pkgname}-${pkgver} |