summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 837b174535da..ccee35352f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncnn-git
pkgdesc = High-performance neural network inference framework optimized for the mobile platform
pkgver = 20200106.r52.g0185301
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tencent/ncnn
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 78ce34685146..8cd045b7242f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ncnn-git
_pkgname=ncnn
pkgver=20200106.r52.g0185301
-pkgrel=1
+pkgrel=2
pkgdesc="High-performance neural network inference framework optimized for the mobile platform"
url="https://github.com/Tencent/ncnn"
license=('BSD')
@@ -31,6 +31,7 @@ build() {
-DCMAKE_TOOLCHAIN_FILE=../toolchains/host.gcc.toolchain.cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DNCNN_BUILD_EXAMPLES=OFF \
+ -DNCNN_BUILD_TOOLS=OFF \
-DNCNN_VULKAN=ON \
..
make