Skip to content

Commit

Permalink
python-tifffile: update to 2024.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored and Biswa96 committed Dec 13, 2024
1 parent 947ca3d commit 492eafd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-python-tifffile/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
_realname=tifffile
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2024.9.20
pkgrel=2
pkgver=2024.12.12
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -26,7 +26,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-imagecodecs: required only for encod
"${MINGW_PACKAGE_PREFIX}-python-lxml: required only for validating and printing XML")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('3fbf3be2f995a7051a8ae05a4be70c96fc0789f22ed6f1c4104c973cf68a640b')
sha256sums=('c38e929bf74c04b6c8708d87f16b32c85c6d7c2514b99559ea3db8003ba4edda')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit 492eafd

Please sign in to comment.