summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack Chen2020-11-08 11:58:56 +0800
committerJack Chen2020-11-08 11:59:05 +0800
commit1436bf532ce762380eed11e91298d340082c1c62 (patch)
tree541bae59958487c8839108948f7920fe33471bdd /PKGBUILD
parent41a9466d252a9eb1e441a90c405195b3de7d86f7 (diff)
downloadaur-1436bf532ce762380eed11e91298d340082c1c62.tar.gz
add missing ncurses5-compat-libs depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49e75dfcc9a6..c319bc8d08eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Intel CPU Runtime for OpenCL Applications"
arch=('x86_64')
url="https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section"
license=('custom')
-depends=('libxml2' 'numactl' 'tbb')
+depends=('libxml2' 'numactl' 'tbb' 'ncurses5-compat-libs')
provides=('opencl-intel' 'opencl-driver')
source=("https://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_$pkgver.tgz")
sha512sums=('8c00163df272fd6e93c249501b06e4c1de0c994c8e23426705a1c6dc4131fb06e691e98962455f386b26cbf3a21fff3042d6f1a783b97433aa5a7951c007bb36')