summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-10-10 02:19:35 +0200
committersL1pKn072021-10-10 02:19:35 +0200
commit760ad83a55c6fa1b14d98bc94189aef749cd0083 (patch)
tree85775d756418e311a1aeff7e0ee628292bc6c710
parentf6752a1d7315f4fe56840f23dffc2e2866ffa3ee (diff)
downloadaur-760ad83a55c6fa1b14d98bc94189aef749cd0083.tar.gz
bump
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD20
2 files changed, 32 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af0af5b4cef7..c6414cfa329f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,29 @@
pkgbase = vapoursynth-plugin-fvsfunc-git
pkgdesc = Plugin for Vapoursynth: fvsfunc (GIT version)
- pkgver = r19.83f5705
- pkgrel = 2
+ pkgver = r24.2f5b28d
+ pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/fvsfunc
arch = any
license = GPL
makedepends = git
+ depends = vapoursynth-plugin-havsfunc-git
+ depends = vapoursynth-plugin-mvsfunc-git
depends = vapoursynth-plugin-muvsfunc-git
depends = vapoursynth-plugin-edi_rpow2-git
+ depends = vapoursynth-plugin-nnedi3-git
+ depends = vapoursynth-plugin-fmtconv
+ depends = vapoursynth-plugin-bilateral-git
+ depends = vapoursynth-plugin-dfttest-git
+ depends = vapoursynth-plugin-ffms2
+ depends = vapoursynth-plugin-fft3dfilter-git
+ depends = vapoursynth-plugin-mvtools-git
+ depends = vapoursynth-plugin-sangnom-git
+ depends = vapoursynth-plugin-yadifmod-git
+ optdepends = vapoursynth-plugin-bilateralgpu-git
+ optdepends = vapoursynth-plugin-descale-git
provides = vapoursynth-plugin-fvsfunc
conflicts = vapoursynth-plugin-fvsfunc
source = fvsfunc::git+https://github.com/Irrational-Encoding-Wizardry/fvsfunc.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-fvsfunc-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 55c17a328f4a..b6214470847c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,29 @@
_plug=fvsfunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r19.83f5705
-pkgrel=2
+pkgver=r24.2f5b28d
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://github.com/Irrational-Encoding-Wizardry/fvsfunc'
license=('GPL')
-depends=('vapoursynth-plugin-muvsfunc-git'
+depends=('vapoursynth-plugin-havsfunc-git'
+ 'vapoursynth-plugin-mvsfunc-git'
+ 'vapoursynth-plugin-muvsfunc-git'
'vapoursynth-plugin-edi_rpow2-git'
+ 'vapoursynth-plugin-nnedi3-git'
+ 'vapoursynth-plugin-fmtconv'
+ 'vapoursynth-plugin-bilateral-git'
+ 'vapoursynth-plugin-dfttest-git'
+ 'vapoursynth-plugin-ffms2'
+ 'vapoursynth-plugin-fft3dfilter-git'
+ 'vapoursynth-plugin-mvtools-git'
+ 'vapoursynth-plugin-sangnom-git'
+ 'vapoursynth-plugin-yadifmod-git'
)
+optdepends=('vapoursynth-plugin-bilateralgpu-git'
+ 'vapoursynth-plugin-descale-git'
+ )
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")