summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-09-18 09:01:10 +0200
committerMichel Zou2021-09-18 09:01:10 +0200
commit87a4eecb716aeeabcfd44ea3c065b2ff224cc5b3 (patch)
tree2507e598a2c5ef52d61e1df4f99a2c885d241c8c
parent6771fb2a4ed84b0689e4c21cb576878e4572864a (diff)
downloadaur-87a4eecb716aeeabcfd44ea3c065b2ff224cc5b3.tar.gz
catalyst
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a21e503ecf55..3c74221e2d30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-paraview-git
pkgdesc = Parallel Visualization Application using VTK (mingw-w64)
- pkgver = r76377.f2172c1fcf
+ pkgver = r76739.a289885f7f
pkgrel = 1
url = https://www.paraview.org
arch = any
@@ -34,7 +34,6 @@ pkgbase = mingw-w64-paraview-git
depends = mingw-w64-pugixml
depends = mingw-w64-libtheora
depends = mingw-w64-gl2ps
- depends = mingw-w64-fmt
provides = mingw-w64-paraview
conflicts = mingw-w64-paraview
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index d725fc983a8e..3a06313aa235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=mingw-w64-paraview-git
-pkgver=r76377.f2172c1fcf
+pkgver=r76739.a289885f7f
pkgrel=1
pkgdesc='Parallel Visualization Application using VTK (mingw-w64)'
arch=('any')
url='https://www.paraview.org'
license=('custom')
-depends=('mingw-w64-qt5-xmlpatterns' 'mingw-w64-qt5-tools' 'mingw-w64-qt5-svg' 'mingw-w64-boost' 'mingw-w64-glew' 'mingw-w64-freetype2' 'mingw-w64-libxml2' 'mingw-w64-libtiff' 'mingw-w64-jsoncpp' 'mingw-w64-hdf5' 'mingw-w64-lz4' 'mingw-w64-proj' 'mingw-w64-cgns' 'mingw-w64-netcdf' 'mingw-w64-double-conversion' 'mingw-w64-protobuf' 'mingw-w64-pugixml' 'mingw-w64-libtheora' 'mingw-w64-gl2ps' 'mingw-w64-fmt')
+depends=('mingw-w64-qt5-xmlpatterns' 'mingw-w64-qt5-tools' 'mingw-w64-qt5-svg' 'mingw-w64-boost' 'mingw-w64-glew' 'mingw-w64-freetype2' 'mingw-w64-libxml2' 'mingw-w64-libtiff' 'mingw-w64-jsoncpp' 'mingw-w64-hdf5' 'mingw-w64-lz4' 'mingw-w64-proj' 'mingw-w64-cgns' 'mingw-w64-netcdf' 'mingw-w64-double-conversion' 'mingw-w64-protobuf' 'mingw-w64-pugixml' 'mingw-w64-libtheora' 'mingw-w64-gl2ps')
makedepends=('git' 'mingw-w64-cmake' 'mingw-w64-eigen' 'mingw-w64-utf8cpp' 'mingw-w64-wine' 'mingw-w64-pegtl2' 'mingw-w64-wine-qt' 'protobuf' 'mingw-w64-cli11' 'mingw-w64-exprtk-git')
provides=('mingw-w64-paraview')
conflicts=('mingw-w64-paraview')
@@ -32,7 +32,6 @@ prepare() {
git config submodule.ThirdParty/IceT/vtkicet.git "$srcdir"/icet
git config submodule.ThirdParty/QtTesting/vtkqttesting.git "$srcdir"/qttesting
git submodule update -f --init
- curl -L https://gitlab.kitware.com/paraview/catalyst/-/merge_requests/7.patch | patch -p1 -d ThirdParty/catalyst/vtkcatalyst/catalyst
}
build() {