summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34baa4deba58..fd3e9d3557f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-nnedi3cl-git
pkgdesc = Plugin for Vapoursynth: nnedi3cl (GIT version)
pkgver = 8.0.geb2a810
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL
arch = x86_64
license = GPL2
@@ -12,6 +12,7 @@ pkgbase = vapoursynth-plugin-nnedi3cl-git
depends = vapoursynth
depends = vapoursynth-plugin-nnedi3_weights_bin
depends = opencl-icd-loader
+ depends = libboost_filesystem.so
provides = vapoursynth-plugin-nnedi3cl
conflicts = vapoursynth-plugin-nnedi3cl
options = debug
diff --git a/PKGBUILD b/PKGBUILD
index 3f582d3e0fad..b16ea8eef3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=nnedi3cl
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=8.0.geb2a810
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL'
@@ -11,6 +11,7 @@ license=('GPL2')
depends=('vapoursynth'
'vapoursynth-plugin-nnedi3_weights_bin'
'opencl-icd-loader'
+ 'libboost_filesystem.so'
)
makedepends=('git'
'opencl-headers'