Update to include vulkan-headers

This commit is contained in:
HurricanePootis 2022-04-11 08:58:46 -05:00
parent f7a8c5dcf1
commit 74c72f8f75
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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')