summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0e9030145c5..7259075e7d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,9 @@ license=('GPL')
depends=('vapoursynth'
'ocl-icd'
)
-makedepends=('git')
+makedepends=('git'
+ 'boost'
+ )
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny.git")