summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2022-11-03 16:36:12 -0400
committeralgebro2022-11-03 16:36:12 -0400
commit92cba5b81923ad318236757aba685fa12a08210a (patch)
tree2c933aa4050485c348dc9252005685ae3ca79dfe /PKGBUILD
parentedd3d6fbd799523bfa0858c5291c9ad836bd174a (diff)
downloadaur-92cba5b81923ad318236757aba685fa12a08210a.tar.gz
temporary workaround for https://bugs.archlinux.org/task/76255
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1f12648fb22..8c0a6cbe6bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pcsx-redux-git
_pkgname=pcsx-redux
-pkgver=r3908.4bf168d2
+pkgver=r4397.24a44cde
pkgrel=1
pkgdesc='Modern fork of the pcsxr PlayStation 1 emulator focused on reverse engineering and homebrew development'
arch=('x86_64' 'aarch64')
@@ -105,7 +105,7 @@ prepare() {
git config submodule.third_party/imgui_md.url "$srcdir/imgui_md"
git config submodule.third_party/multipart-parser-c.url "$srcdir/multipart-parser-c"
- git submodule update third_party/imgui \
+ git -c protocol.file.allow=always submodule update third_party/imgui \
third_party/uC-sdk \
third_party/googletest \
third_party/fmt \
@@ -132,7 +132,7 @@ prepare() {
git submodule init
git config submodule.deps/lua-compat-5.3.url "$srcdir/lua-compat-5.3"
- git submodule update deps/lua-compat-5.3
+ git -c protocol.file.allow=always submodule update deps/lua-compat-5.3
}
build() {