summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {