summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcoder31012022-11-05 05:49:04 +0000
committercoder31012022-11-05 05:49:04 +0000
commit03c4c42e7c1452dbdac28cfd4f62afd4602b7642 (patch)
treeaf776863e0ab8436878ae98c4edcb40c26cff1c4 /PKGBUILD
parent827f995014d2bcb84b653f00a658630940313a22 (diff)
downloadaur-03c4c42e7c1452dbdac28cfd4f62afd4602b7642.tar.gz
Update from CI: 6.10.1.r31.g7d6c131a
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a32b0d30aa7..e36bfaebcc25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cpeditor-git
_pkgname=cpeditor
-pkgver=6.10.1.r28.g69ad2e31
+pkgver=6.10.1.r31.g7d6c131a
pkgrel=1
pkgdesc='The editor for competitive programming'
arch=('x86_64')
@@ -53,7 +53,7 @@ prepare() {
git config submodule.third_party/testlib.url "$srcdir/testlib"
git config submodule.third_party/qhttp.url "$srcdir/qhttp"
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {