summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2024-04-02 01:10:40 -0500
committerHurricanePootis2024-04-02 01:10:40 -0500
commit8be2c0069a799223c3a5064bd88c45cb19283777 (patch)
tree34d60486f3a3be5976fbae9a4812a3f1960c82ae /PKGBUILD
parentb686308c33e76ae10f95cded523d24e095666eeb (diff)
downloadaur-ncnn-git.tar.gz
Make SPDX compliant
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b3a4e82a295..0fd2a451e445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
pkgname=ncnn-git
_pkgname=ncnn
pkgver=20240102.r68.g824b79a31
-pkgrel=2
+pkgrel=3
pkgdesc="High-performance neural network inference framework optimized for the mobile platform"
url="https://github.com/Tencent/ncnn"
-license=('BSD-3-Clause' 'BSD-2-Clause' 'Zlib')
+license=('BSD-3-Clause AND BSD-2-Clause AND Zlib')
depends=('glibc' 'gcc-libs' 'protobuf')
makedepends=('git' 'cmake' 'vulkan-icd-loader' 'protobuf' 'vulkan-headers')
optdepends=('protobuf: for onnx2ncnn')