diff options
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = vapoursynth-plugin-vsadjust-git pkgdesc = Plugin for Vapoursynth: vsadjust (GIT version) - pkgver = r12.3f1fb35 + pkgver = r40.83cd4c5 pkgrel = 1 url = https://github.com/Irrational-Encoding-Wizardry/vs-adjust.git arch = any @@ -14,10 +14,10 @@ pkgbase = vapoursynth-plugin-vsadjust-git depends = vapoursynth-plugin-vstools-git depends = vapoursynth-plugin-vskernels-git depends = vapoursynth-plugin-vsexprtools-git - depends = vapoursynth-plugin-vsrgtools-git - depends = vapoursynth-plugin-vsmask-git - depends = vapoursynth-plugin-vsaa-git - depends = vapoursynth-plugin-vsscale-git + depends = vapoursynth-plugin-vsmasktools-git + depends = vapoursynth-plugin-vstransitions-git + depends = python + depends = python-numpy provides = vapoursynth-plugin-vsadjust conflicts = vapoursynth-plugin-vsadjust source = vsadjust::git+https://github.com/Irrational-Encoding-Wizardry/vs-adjust.git @@ -2,7 +2,7 @@ _plug=vsadjust pkgname=vapoursynth-plugin-${_plug}-git -pkgver=r12.3f1fb35 +pkgver=r40.83cd4c5 pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" arch=('any') @@ -13,10 +13,10 @@ depends=( 'vapoursynth-plugin-vstools-git' 'vapoursynth-plugin-vskernels-git' 'vapoursynth-plugin-vsexprtools-git' - 'vapoursynth-plugin-vsrgtools-git' - 'vapoursynth-plugin-vsmask-git' - 'vapoursynth-plugin-vsaa-git' - 'vapoursynth-plugin-vsscale-git' + 'vapoursynth-plugin-vsmasktools-git' + 'vapoursynth-plugin-vstransitions-git' + 'python' + 'python-numpy' ) makedepends=( 'git' |