summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072025-03-08 17:32:16 +0100
committersL1pKn072025-03-08 17:32:16 +0100
commit23719e4c8851494f7ec10c3ccd5c1cee66e8450c (patch)
treed6578befa343427862683d0f54be9e4aa02c32ae
parent1f9ddefb75f291332eca670ecd46e5c1e6225832 (diff)
downloadaur-23719e4c8851494f7ec10c3ccd5c1cee66e8450c.tar.gz
bump
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed8b5d54ec2f..0ba118ff72b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index d612e7f18b73..bba2dd83bfea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'
)