summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 029756405ae1..83a9c6604640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Aug 3 17:52:21 UTC 2017
+# Fri Aug 4 04:39:29 UTC 2017
pkgbase = vapoursynth-plugin-tcanny-git
pkgdesc = Plugin for Vapoursynth: tcanny (GIT version)
pkgver = r10.0.gd309511
@@ -10,6 +10,7 @@ pkgbase = vapoursynth-plugin-tcanny-git
license = GPL
makedepends = git
makedepends = boost
+ makedepends = opencl-headers
depends = vapoursynth
depends = ocl-icd
provides = vapoursynth-plugin-tcanny
diff --git a/PKGBUILD b/PKGBUILD
index 7259075e7d57..daacd78993b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ depends=('vapoursynth'
)
makedepends=('git'
'boost'
+ 'opencl-headers'
)
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")