diff --git a/.SRCINFO b/.SRCINFO index 854a758..f533317 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 = 20220216.r35.gaab476f5b + pkgver = 20220216.r57.g3d169b323 pkgrel = 1 url = https://github.com/Tencent/ncnn arch = i686 @@ -10,6 +10,7 @@ pkgbase = ncnn-git makedepends = cmake makedepends = vulkan-icd-loader makedepends = protobuf + makedepends = vulkan-headers depends = glslang provides = ncnn conflicts = ncnn diff --git a/PKGBUILD b/PKGBUILD index f68141e..5d1d332 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')