summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaltazár Radics2023-02-25 15:46:05 +0100
committerBaltazár Radics2023-02-25 15:46:05 +0100
commitd50af1fceca0c05a511a07990e96d892a60c118a (patch)
tree91ccc41b02e236dde9bca9ddb5062f1eccd6b233 /PKGBUILD
parent266d8ee2cdffb87e04b6b9a2b636ed2d2b1e5a7d (diff)
downloadaur-compressure-git.tar.gz
git submodule fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dfcb7c50dde..b8a45f47ed4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Baltazár Radics <baltazar.radics@gmail.com>
_pkgname=compressure
pkgname=$_pkgname-git
-pkgver=r413.3794731
+pkgver=r416.74f702b
pkgrel=1
pkgdesc='Puzzle game about designing complex computation units powered by high pressure steam'
arch=(x86_64)
@@ -31,7 +31,7 @@ prepare() {
cd $_pkgname
git submodule init
git config submodule.clip.url ../clip
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {