paraview: update to 6.0.1 (#25738)

This commit is contained in:
Dirk Stolle 2025-09-30 06:46:49 +02:00 committed by GitHub
parent 0fbe9f2c23
commit 9652e30e19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
_realname=paraview _realname=paraview
pkgbase=mingw-w64-${_realname} pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=6.0.0 pkgver=6.0.1
pkgrel=1 pkgrel=1
pkgdesc="Parallel Data Analysis and Visualization Application based on VTK. (mingw-w64)" pkgdesc="Parallel Data Analysis and Visualization Application based on VTK. (mingw-w64)"
arch=('any') arch=('any')
@ -12,6 +12,7 @@ url='https://www.paraview.org/'
msys2_repository_url="https://gitlab.kitware.com/paraview/paraview" msys2_repository_url="https://gitlab.kitware.com/paraview/paraview"
msys2_references=( msys2_references=(
'archlinux: paraview' 'archlinux: paraview'
'gentoo: sci-visualization/paraview'
) )
license=('spdx:BSD-3-Clause') license=('spdx:BSD-3-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs" depends=("${MINGW_PACKAGE_PREFIX}-cc-libs"
@ -44,7 +45,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
optdepends=("${MINGW_PACKAGE_PREFIX}-python-numpy" optdepends=("${MINGW_PACKAGE_PREFIX}-python-numpy"
"${MINGW_PACKAGE_PREFIX}-python-matplotlib") "${MINGW_PACKAGE_PREFIX}-python-matplotlib")
source=("https://www.paraview.org/files/v${pkgver%.*}/ParaView-v${pkgver}.tar.xz") source=("https://www.paraview.org/files/v${pkgver%.*}/ParaView-v${pkgver}.tar.xz")
sha256sums=('0ee07ae6377e5e97766aebf858eb9758668a52df041f319e7c975037a63bf189') sha256sums=('5e56ac7af5e925b3cfd3fab82470933cbabc7e8fda87e14af64f995d6064eb06')
apply_patch_with_msg() { apply_patch_with_msg() {
for _patch in "$@" for _patch in "$@"