summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-08-04 06:40:12 +0200
committersL1pKn072017-08-04 06:40:12 +0200
commitc89f97ff0beeb14597d4bc082df6ae4fac9728db (patch)
tree6017d2977a49e86e7c95664278ad55a181f17b74
parent2b2fde8171dfec7e7a53cbabd2115b9cd2041678 (diff)
downloadaur-c89f97ff0beeb14597d4bc082df6ae4fac9728db.tar.gz
missing makedepends (opencl-headers)
-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}")