Update git module method

This commit is contained in:
HurricanePootis 2022-10-19 15:46:06 -05:00
parent 9205caa327
commit 42e5cad4f0
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = ncnn-git
pkgdesc = High-performance neural network inference framework optimized for the mobile platform
pkgver = 20220721.r5.g4158e6366
pkgver = 20220729.r43.gc33cbc924
pkgrel = 1
url = https://github.com/Tencent/ncnn
arch = i686

View File

@ -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() {