summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-10-21 19:19:23 +0200
committerMichel Zou2022-10-21 19:19:23 +0200
commitc6ca67d3b37e2decd72284391c0974815852a746 (patch)
treef9ebae56d7b4382ff678b143419218db79e7feef
parent182d8bcfa9e1734042ccfec5f79cb674fcf54b95 (diff)
downloadaur-c6ca67d3b37e2decd72284391c0974815852a746.tar.gz
protocol.file.allow=always
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22228c9bb3ff..721767fcc98d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-paraview-git
pkgdesc = Parallel Visualization Application using VTK (mingw-w64)
- pkgver = r78910.8bb462b167
+ pkgver = r78930.9958671fc7
pkgrel = 1
url = https://www.paraview.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9abf4e6280b2..3a52625dbbf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-paraview-git
-pkgver=r78910.8bb462b167
+pkgver=r78930.9958671fc7
pkgrel=1
pkgdesc='Parallel Visualization Application using VTK (mingw-w64)'
arch=('any')
@@ -31,7 +31,7 @@ prepare() {
git config submodule.Utilities/VisItBridge.git "$srcdir"/visitbridge
git config submodule.ThirdParty/IceT/vtkicet.git "$srcdir"/icet
git config submodule.ThirdParty/QtTesting/vtkqttesting.git "$srcdir"/qttesting
- git submodule update -f --init
+ git -c protocol.file.allow=always submodule update -f --init
}
build() {