summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2022-10-19 15:46:06 -0500
committerHurricanePootis2022-10-19 15:46:06 -0500
commit42e5cad4f098b8b26d7f7a619d2bfd77d75d9d23 (patch)
tree541a5f10c9f566171ff73aa3160729500cb731e0 /PKGBUILD
parent9205caa3279d034f11f242662acd87cabf342fe0 (diff)
downloadaur-42e5cad4f098b8b26d7f7a619d2bfd77d75d9d23.tar.gz
Update git module method
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f917a5293b96..582162ffe060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ncnn-git
_pkgname=ncnn
-pkgver=20220721.r5.g4158e6366
+pkgver=20220729.r43.gc33cbc924
pkgrel=1
pkgdesc="High-performance neural network inference framework optimized for the mobile platform"
url="https://github.com/Tencent/ncnn"
@@ -32,7 +32,7 @@ prepare() {
git config submodule.glslang.url "$srcdir/glslang"
git config submodule.python/pybind11.url "$srcdir/pybind11"
- git submodule update --init
+ git -c protocol.file.allow=always submodule update --init
}
build() {