From b8a17a22ad4882e9898115e6b65e014cdaee2467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Mon, 9 Oct 2023 07:15:36 +0100 Subject: [PATCH] paraview: update to 5.11.2 --- mingw-w64-paraview/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mingw-w64-paraview/PKGBUILD b/mingw-w64-paraview/PKGBUILD index 3bd07bab9f..e1a3e6e07c 100644 --- a/mingw-w64-paraview/PKGBUILD +++ b/mingw-w64-paraview/PKGBUILD @@ -3,13 +3,13 @@ _realname=paraview pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=5.11.1 -pkgrel=6 +pkgver=5.11.2 +pkgrel=1 pkgdesc="Parallel Data Analysis and Visualization Application based on VTK. (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://www.paraview.org/' -license=('custom') +license=('spdx:BSD-3-Clause') optdepends=("${MINGW_PACKAGE_PREFIX}-python-numpy" "${MINGW_PACKAGE_PREFIX}-python-matplotlib") depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" @@ -53,8 +53,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" source=("https://www.paraview.org/files/v${pkgver%.*}/ParaView-v${pkgver}.tar.xz" "001-dll-export-some-vtk-functions.patch" "002-Fix-build-with-gcc-13.patch" - "https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10304.patch") -sha256sums=('5cc2209f7fa37cd3155d199ff6c3590620c12ca4da732ef7698dec37fa8dbb34' + "003-Fix-build-with-openturns-1.21.patch::https://gitlab.kitware.com/vtk/vtk/-/commit/d9bbc2c4.patch") +sha256sums=('5c5d2f922f30d91feefc43b4a729015dbb1459f54c938896c123d2ac289c7a1e' 'a9b9292be90c259f0aa058e3f4a7a08b6218f20e6cb2a71e214acda2d2302a50' '20733e97ccf9b0a8e615c75936ce5e4c1db0ac00e9cac30bc359d5912da38990' '2f2ee0a2450d190dd6eaab7efef615fe85c8099e28c3dae5d35db6303cc82bfe') @@ -69,7 +69,7 @@ prepare() { fi patch -p1 -i "${srcdir}"/002-Fix-build-with-gcc-13.patch # Fix building against OpenTURNS 1.21 - patch -p1 -i "${srcdir}"/10304.patch + patch -p1 -i "${srcdir}"/003-Fix-build-with-openturns-1.21.patch } build() {