diff --git a/.SRCINFO b/.SRCINFO index 072767e..851f3c8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index f917a52..582162f 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() {