summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-12-11 21:27:11 +0100
committerMichel Zou2023-12-11 21:27:11 +0100
commitf2c2b46727301aa19e2e668f588a6ee7d9a27910 (patch)
tree70cfab7ee62a7201b5991eefc3f46d635d162bca
parent473750bd3a75e7045cfb44daaaac5f5ccc8f7007 (diff)
downloadaur-f2c2b46727301aa19e2e668f588a6ee7d9a27910.tar.gz
cross
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 191322c9e924..bd397a28800f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-paraview-git
pkgdesc = Parallel Visualization Application using VTK (mingw-w64)
- pkgver = r80795.e900280bac
+ pkgver = r81016.67dc424a45
pkgrel = 1
url = https://www.paraview.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 8c033da0cd87..a7837aaf9a8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-paraview-git
-pkgver=r80795.e900280bac
+pkgver=r81016.67dc424a45
pkgrel=1
pkgdesc='Parallel Visualization Application using VTK (mingw-w64)'
arch=('any')
@@ -32,7 +32,6 @@ prepare() {
git config submodule.ThirdParty/IceT/vtkicet.git "$srcdir"/icet
git config submodule.ThirdParty/QtTesting/vtkqttesting.git "$srcdir"/qttesting
git -c protocol.file.allow=always submodule update -f --init
- curl -L https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6576.patch | patch -p1 || :
}
build() {