summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2024-04-01 22:32:10 -0500
committerHurricanePootis2024-04-01 22:32:10 -0500
commitb686308c33e76ae10f95cded523d24e095666eeb (patch)
treed3753f1b181436c46d2bd19b196f7a868a594c15 /PKGBUILD
parente287d83320631c44b91b48b8cf2e74c805522522 (diff)
downloadaur-b686308c33e76ae10f95cded523d24e095666eeb.tar.gz
Add missing depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dffd250d83b..5b3a4e82a295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=ncnn-git
_pkgname=ncnn
pkgver=20240102.r68.g824b79a31
-pkgrel=1
+pkgrel=2
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')
-depends=('glibc')
+depends=('glibc' 'gcc-libs' 'protobuf')
makedepends=('git' 'cmake' 'vulkan-icd-loader' 'protobuf' 'vulkan-headers')
optdepends=('protobuf: for onnx2ncnn')
conflicts=('ncnn')