summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-08-31 13:32:34 +0800
committerUniversebenzene2023-08-31 13:32:34 +0800
commit679e239ec07c360b34a494b180af01fe4e37daf2 (patch)
tree353abc09884017f3a7ffb643f2c3aa63d70dbf4f
parentdc575b9cbce20add8eabc9a1167c6c9ef52821fb (diff)
downloadaur-679e239ec07c360b34a494b180af01fe4e37daf2.tar.gz
Update to version 2023.8.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e3e294935ea..fb4ce199f823 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tifffile
pkgdesc = Read and write image data from and to TIFF files
- pkgver = 2023.8.25
+ pkgver = 2023.8.30
pkgrel = 1
url = https://github.com/cgohlke/tifffile
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-tifffile
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-numpy
- source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2023.8.25.tar.gz
- sha256sums = 0a3ebcdfe71eb61a487dd22eaf21ed8962c511e6eb692153c7ac15f81798dfa4
+ source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2023.8.30.tar.gz
+ sha256sums = 6a8c53b012a286b75d09a1498ab32f202f24cc6270a105b5d5911dc4426f162a
pkgname = python-tifffile
depends = python-numpy>=1.25.1
diff --git a/PKGBUILD b/PKGBUILD
index bf2b5f055181..85699102d748 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-tifffile
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=2023.8.25
+pkgver=2023.8.30
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
arch=('any')
@@ -18,7 +18,7 @@ checkdepends=('python-pytest'
'python-imagecodecs') # numpy ? xarray
# 'python-fsspec'
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('0a3ebcdfe71eb61a487dd22eaf21ed8962c511e6eb692153c7ac15f81798dfa4')
+sha256sums=('6a8c53b012a286b75d09a1498ab32f202f24cc6270a105b5d5911dc4426f162a')
build() {
cd ${srcdir}/${_pyname}-${pkgver}