diff options
author | sL1pKn07 | 2025-03-08 17:32:16 +0100 |
---|---|---|
committer | sL1pKn07 | 2025-03-08 17:32:16 +0100 |
commit | 23719e4c8851494f7ec10c3ccd5c1cee66e8450c (patch) | |
tree | d6578befa343427862683d0f54be9e4aa02c32ae | |
parent | 1f9ddefb75f291332eca670ecd46e5c1e6225832 (diff) | |
download | aur-23719e4c8851494f7ec10c3ccd5c1cee66e8450c.tar.gz |
bump
-rw-r--r-- | .SRCINFO | 11 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 4 insertions, 18 deletions
@@ -1,6 +1,6 @@ pkgbase = vapoursynth-plugin-lvsfunc-git pkgdesc = Plugin for Vapoursynth: lvsfunc (GIT version) - pkgver = 0.8.2.71.g9883c5e + pkgver = 0.8.4.1.ge11a463 pkgrel = 1 url = https://github.com/Irrational-Encoding-Wizardry/lvsfunc arch = x86_64 @@ -11,14 +11,7 @@ pkgbase = vapoursynth-plugin-lvsfunc-git makedepends = python-installer makedepends = python-setuptools depends = vapoursynth - depends = vapoursynth-plugin-vstools-git - depends = vapoursynth-plugin-vsaa-git - depends = vapoursynth-plugin-vsdehalo-git - depends = vapoursynth-plugin-vsdeinterlace-git - depends = vapoursynth-plugin-vsexprtools-git - depends = vapoursynth-plugin-vskernels-git - depends = vapoursynth-plugin-vsmasktools-git - depends = vapoursynth-plugin-vsrgtools-git + depends = vapoursynth-plugin-vsjetpack-git depends = vapoursynth-plugin-stgfunc-git depends = python-numpy optdepends = vapoursynth-plugin-combmask @@ -3,7 +3,7 @@ _plug=lvsfunc pkgname=vapoursynth-plugin-${_plug}-git -pkgver=0.8.2.71.g9883c5e +pkgver=0.8.4.1.ge11a463 pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" arch=('x86_64') @@ -11,14 +11,7 @@ url='https://github.com/Irrational-Encoding-Wizardry/lvsfunc' license=('MIT') depends=( 'vapoursynth' - 'vapoursynth-plugin-vstools-git' - 'vapoursynth-plugin-vsaa-git' - 'vapoursynth-plugin-vsdehalo-git' - 'vapoursynth-plugin-vsdeinterlace-git' - 'vapoursynth-plugin-vsexprtools-git' - 'vapoursynth-plugin-vskernels-git' - 'vapoursynth-plugin-vsmasktools-git' - 'vapoursynth-plugin-vsrgtools-git' + 'vapoursynth-plugin-vsjetpack-git' 'vapoursynth-plugin-stgfunc-git' 'python-numpy' ) |