summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYamashita Ren2020-02-17 16:48:24 +0100
committerYamashita Ren2020-02-17 16:48:24 +0100
commit392f7ab3fc36f3585e0959ea1eadd23496812601 (patch)
tree1717697cb61b55d99f954ad215062667ff182185 /PKGBUILD
parent6074f04bafd87639fd3ef41c7d81c59e9d3218a8 (diff)
downloadaur-392f7ab3fc36f3585e0959ea1eadd23496812601.tar.gz
Update depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD28
1 files changed, 18 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 465a8f364c5e..937272404429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,18 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}-light-git
-pkgver=r31.0.g771ef4b
+pkgver=r32.3.g14b27b5
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}. (Optional Depends, GIT Version)"
arch=('any')
url='http://forum.doom9.org/showthread.php?t=166582'
license=('GPL')
-optdepends=('vapoursynth-plugin-addgrain-git'
+depends=('vapoursynth'
+ 'vapoursynth-plugin-adjust-git'
+ 'vapoursynth-plugin-mvsfunc-git'
+ )
+optdepends=('vapoursynth'
+ 'vapoursynth-plugin-addgrain-git'
'vapoursynth-plugin-awarpsharp2-git'
'vapoursynth-plugin-bilateral-git'
'vapoursynth-plugin-ctmf-git'
@@ -17,18 +22,21 @@ optdepends=('vapoursynth-plugin-addgrain-git'
'vapoursynth-plugin-deblock-git'
'vapoursynth-plugin-dfttest-git'
'vapoursynth-plugin-eedi2-git'
- 'vapoursynth-plugin-fft3dfilter-git'
+ 'vapoursynth-plugin-eedi3cl-git'
'vapoursynth-plugin-f3kdb-git'
'vapoursynth-plugin-fluxsmooth'
- 'vapoursynth-plugin-fmtconv'
- 'vapoursynth-plugin-genericfilters-git'
+ 'vapoursynth-plugin-fft3dfilter-git'
+ 'vapoursynth-plugin-fmtconv-git'
+ 'vapoursynth-plugin-hqdn3d-git'
'vapoursynth-plugin-knlmeanscl'
- 'vapoursynth-plugin-mvtools'
- 'vapoursynth-plugin-mvsfunc-git'
+ 'vapoursynth-plugin-mvtools-git'
+ 'vapoursynth-plugin-nnedi3_resample-git'
'vapoursynth-plugin-nnedi3-git'
- 'vapoursynth-plugin-sangnommod-git'
- 'vapoursynth-plugin-scenechange'
- 'vapoursynth-plugin-temporalsoften-git'
+ 'vapoursynth-plugin-nnedi3cl-git'
+ 'vapoursynth-plugin-sangnom'
+ 'vapoursynth-plugin-svpflow1'
+ 'vapoursynth-plugin-svpflow2-bin'
+ 'vapoursynth-plugin-znedi3-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")