summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072022-10-01 16:47:56 +0200
committersL1pKn072022-10-01 16:47:56 +0200
commit7d1de0a299d69fdcf7ec44abde0c6423fd6144c5 (patch)
tree2be6706d9bf483924b2edde029618b1df11a9708 /PKGBUILD
parent27b6bfca56d59f6b8c9706b08d4be67dc4226f6d (diff)
downloadaur-vapoursynth-plugin-nnedi3cl-git.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'