summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4541285a73f..0283ecf64486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@ arch=('any')
url='https://github.com/xyx98/my-vapoursynth-script'
license=('GPL')
depends=('vapoursynth-plugin-mvsfunc-git'
- 'vapoursynth-plugin-havsfunc'
+ 'vapoursynth-plugin-havsfunc-git'
'vapoursynth-plugin-muvsfunc-git'
- 'vapoursynth-plugin-mvtools'
- 'vapoursynth-plugin-fluxsmooth'
+ 'vapoursynth-plugin-mvtools-git'
+ 'vapoursynth-plugin-fluxsmooth-git'
'vapoursynth-plugin-muvsfunc-git'
# 'vapoursynth-plugin-vsfilter-git' # windows only
# 'vapoursynth-plugin-vsfiltermod-git' # windows only
- 'vapoursynth-plugin-fmtconv'
+ 'vapoursynth-plugin-fmtconv-git'
'vapoursynth-plugin-awarpsharp2-git'
'vapoursynth-plugin-tcanny-git'
'vapoursynth-plugin-tdeintmod-git'
@@ -26,10 +26,12 @@ depends=('vapoursynth-plugin-mvsfunc-git'
'vapoursynth-plugin-eedi2-git'
'vapoursynth-plugin-dpid-git'
'vapoursynth-plugin-tonemap-git'
- 'vapoursynth-plugin-ffms2'
+ 'vapoursynth-plugin-ffms2-git'
'vapoursynth-plugin-lsmashsource'
'vapoursynth-plugin-knlmeanscl-git'
'vapoursynth-plugin-readmpls-git'
+ 'vapoursynth-plugin-nnedi3_resamplecl-git'
+ 'vapoursynth-plugin-znedi3_resample-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")