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 559c5bdc0802..0f06619fde6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=openfodder
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="An open source version of the Cannon Fodder engine, for modern operating systems"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ md5sums=('SKIP')
prepare() {
cd openfodder
git submodule init
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {