diff options
author | sL1pKn07 | 2024-09-27 15:53:27 +0200 |
---|---|---|
committer | sL1pKn07 | 2024-09-27 15:53:27 +0200 |
commit | 8ce05181bc35356de57df4b4a4c324b23e848367 (patch) | |
tree | 90cfde5e94ecb2b0417dbc62c128c3812561fbc2 | |
parent | 9bc3a16f30882ab4089709c7d02c703aba741a12 (diff) | |
download | aur-vapoursynth-plugin-vsadjust-git.tar.gz |
bump
-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' |