summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-08-03 19:52:40 +0200
committersL1pKn072017-08-03 19:52:40 +0200
commit2b2fde8171dfec7e7a53cbabd2115b9cd2041678 (patch)
treeee003f53383d1aedb022a58610d005361277900b
parent0e2b29d7acfc5c0c0a9dfa662f857e7c892e6c2e (diff)
downloadaur-2b2fde8171dfec7e7a53cbabd2115b9cd2041678.tar.gz
missing makedepends (boost)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28c455dd4468..029756405ae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 2 15:02:26 UTC 2017
+# Thu Aug 3 17:52:21 UTC 2017
pkgbase = vapoursynth-plugin-tcanny-git
pkgdesc = Plugin for Vapoursynth: tcanny (GIT version)
pkgver = r10.0.gd309511
@@ -9,6 +9,7 @@ pkgbase = vapoursynth-plugin-tcanny-git
arch = x86_64
license = GPL
makedepends = git
+ makedepends = boost
depends = vapoursynth
depends = ocl-icd
provides = vapoursynth-plugin-tcanny
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")