From 690d42c905440701e80e082e2b6764c3dd46aabb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 7 Jul 2023 12:25:30 +0200 Subject: python-tifffile 2023.2.3-4 -> 2023.7.4-1 --- python-tifffile/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-tifffile') diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD index 610446f3a..19b32ad32 100644 --- a/python-tifffile/PKGBUILD +++ b/python-tifffile/PKGBUILD @@ -3,9 +3,9 @@ # Contributor: Francois Boulogne pkgname=python-tifffile -pkgver=2023.2.3 +pkgver=2023.7.4 _pkgname=${pkgname#python-} -pkgrel=4 +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=('f73dd77c149afa976ac468f0fac37a1bafe35ae4bcb377a91e7922573237805cdc6e00cbcd7bb78f3213a9da4878ec020a058567523b9a4c5958e013f9bdc94b') +sha512sums=('247912cee32a5b9d29cb228a73366fd61c1f0b316ddc78ad37513ed85157abd7012bbc36b4cef250636f5789ef7f0204eae9a6ddbe6b08440f7f82039dbb854a') build() { cd ${srcdir}/${_pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf