summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhys Perry2022-10-29 18:44:37 +0100
committerRhys Perry2022-10-29 18:44:37 +0100
commite37eb3a7061aef7de26b4f7b4a6f033d4893c42e (patch)
tree5e9cb5f0702ad2417ed179919f67e6456dfce5f9 /PKGBUILD
parent922ebef7991579a9dd03fdc879c8880a3bfe6473 (diff)
downloadaur-e37eb3a7061aef7de26b4f7b4a6f033d4893c42e.tar.gz
Fix for recent git CVE patch + fix for wrong branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb42e8bfb415..6ad1428d28cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=engine-sim-git
provides=('engine-sim')
conflicts=('engine-sim')
-pkgver=r238.c695edb
+pkgver=r244.d24889c
pkgrel=1
license=('MIT')
pkgdesc='Combustion engine simulator that generates realistic audio.'
@@ -39,9 +39,9 @@ prepare() {
done
git submodule set-branch --branch sdl-build 'dependencies/submodules/piranha'
git submodule set-branch --branch sdl-build 'dependencies/submodules/delta-studio'
- git submodule set-branch --branch gcc-fixes 'dependencies/submodules/delta-studio'
+ git submodule set-branch --branch gcc-fixes 'dependencies/submodules/simple-2d-constraint-solver'
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {