summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2022-04-11 08:58:46 -0500
committerHurricanePootis2022-04-11 08:58:46 -0500
commit74c72f8f75b6d1408708dbe09252a56151442532 (patch)
tree596401a2161c787d6dd05aedab4110d9c16e89bd /PKGBUILD
parentf7a8c5dcf1d322a372e9a8d0c7d76b94afaa7954 (diff)
downloadaur-74c72f8f75b6d1408708dbe09252a56151442532.tar.gz
Update to include vulkan-headers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f68141ee5ada..5d1d33281347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=ncnn-git
_pkgname=ncnn
-pkgver=20220216.r35.gaab476f5b
+pkgver=20220216.r57.g3d169b323
pkgrel=1
pkgdesc="High-performance neural network inference framework optimized for the mobile platform"
url="https://github.com/Tencent/ncnn"
license=('BSD')
depends=('glslang')
-makedepends=('git' 'cmake' 'vulkan-icd-loader' 'protobuf')
+makedepends=('git' 'cmake' 'vulkan-icd-loader' 'protobuf' 'vulkan-headers')
conflicts=('ncnn')
provides=('ncnn')
arch=('i686' 'x86_64')