summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 19:55:45 +0100
committersL1pKn072022-03-13 19:55:45 +0100
commitcdff2f0dafdec99dfd2afc9ab060ea3ce9db022e (patch)
tree6c5682925cb1903c785bbf4cb21af125d9f9067a
parentc7fa3efe37f7a42f59ffddbe97eb9c3db34153ca (diff)
downloadaur-cdff2f0dafdec99dfd2afc9ab060ea3ce9db022e.tar.gz
bump
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b13cd0daf404..54de93e544dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,12 +7,12 @@ pkgbase = vapoursynth-plugin-xvs-git
license = GPL
makedepends = git
depends = vapoursynth-plugin-mvsfunc-git
- depends = vapoursynth-plugin-havsfunc
+ depends = vapoursynth-plugin-havsfunc-git
depends = vapoursynth-plugin-muvsfunc-git
- depends = vapoursynth-plugin-mvtools
- depends = vapoursynth-plugin-fluxsmooth
+ depends = vapoursynth-plugin-mvtools-git
+ depends = vapoursynth-plugin-fluxsmooth-git
depends = vapoursynth-plugin-muvsfunc-git
- depends = vapoursynth-plugin-fmtconv
+ depends = vapoursynth-plugin-fmtconv-git
depends = vapoursynth-plugin-awarpsharp2-git
depends = vapoursynth-plugin-tcanny-git
depends = vapoursynth-plugin-tdeintmod-git
@@ -22,10 +22,12 @@ pkgbase = vapoursynth-plugin-xvs-git
depends = vapoursynth-plugin-eedi2-git
depends = vapoursynth-plugin-dpid-git
depends = vapoursynth-plugin-tonemap-git
- depends = vapoursynth-plugin-ffms2
+ depends = vapoursynth-plugin-ffms2-git
depends = vapoursynth-plugin-lsmashsource
depends = vapoursynth-plugin-knlmeanscl-git
depends = vapoursynth-plugin-readmpls-git
+ depends = vapoursynth-plugin-nnedi3_resamplecl-git
+ depends = vapoursynth-plugin-znedi3_resample-git
provides = vapoursynth-plugin-xvs
conflicts = vapoursynth-plugin-xvs
source = xvs::git+https://github.com/xyx98/my-vapoursynth-script.git
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}")