summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-02-23 08:17:43 +0100
committerMichel Zou2022-02-23 08:17:43 +0100
commita2300e3720c9c1fb24f5a95e438ae93e2cd4208c (patch)
tree9097a6bcf1ddac46b5baa3bb9bf0bbfe4f617a31
parenta37ea63e1d635c0e52dedda9b90ccaa1b864e090 (diff)
downloadaur-a2300e3720c9c1fb24f5a95e438ae93e2cd4208c.tar.gz
_isatty
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad990efd9ff9..22cfedfd88b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-paraview-git
pkgdesc = Parallel Visualization Application using VTK (mingw-w64)
- pkgver = r77602.84c910c892
+ pkgver = r77608.ad44af718c
pkgrel = 1
url = https://www.paraview.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 7ce4c67e2b1d..f3c9d17cf606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-paraview-git
-pkgver=r77602.84c910c892
+pkgver=r77608.ad44af718c
pkgrel=1
pkgdesc='Parallel Visualization Application using VTK (mingw-w64)'
arch=('any')
@@ -35,6 +35,9 @@ prepare() {
sed -i "/MFTranscodeContainerType_MPEG4/d" VTK/IO/Movie/vtkMP4Writer.cxx
# We have a patched libharu
sed -i "s|2.4.0|2.3.0|" VTK/ThirdParty/libharu/CMakeLists.txt
+
+ # _isatty
+ curl -L https://github.com/gsjaardema/seacas/commit/175e2ecf.patch | patch -p6 -d VTK/ThirdParty/ioss/vtkioss
}
build() {