summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2023-04-24 20:27:20 +0100
committerWorMzy Tykashi2023-04-24 20:27:20 +0100
commite31893a01021fe29947f733e69110fa644512aa8 (patch)
tree554c65e5bd6e59d08bde4225fbc26150db838e7e /PKGBUILD
parentf9b898bce39a8146a84059e79c31ff2fd85a3b26 (diff)
downloadaur-e31893a01021fe29947f733e69110fa644512aa8.tar.gz
Updated to 1.7.0
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() {