summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6414cfa329f..b13a2f5e7637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = vapoursynth-plugin-fvsfunc-git
pkgdesc = Plugin for Vapoursynth: fvsfunc (GIT version)
- pkgver = r24.2f5b28d
+ pkgver = r29.076dbde
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/fvsfunc
arch = any
license = GPL
makedepends = git
- depends = vapoursynth-plugin-havsfunc-git
+ depends = vapoursynth-plugin-havsfunc
depends = vapoursynth-plugin-mvsfunc-git
depends = vapoursynth-plugin-muvsfunc-git
depends = vapoursynth-plugin-edi_rpow2-git
@@ -16,7 +16,7 @@ pkgbase = vapoursynth-plugin-fvsfunc-git
depends = vapoursynth-plugin-dfttest-git
depends = vapoursynth-plugin-ffms2
depends = vapoursynth-plugin-fft3dfilter-git
- depends = vapoursynth-plugin-mvtools-git
+ depends = vapoursynth-plugin-mvtools
depends = vapoursynth-plugin-sangnom-git
depends = vapoursynth-plugin-yadifmod-git
optdepends = vapoursynth-plugin-bilateralgpu-git
diff --git a/PKGBUILD b/PKGBUILD
index 9edf389c5fa4..e15d26ce5443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=fvsfunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r24.2f5b28d
+pkgver=r29.076dbde
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://github.com/Irrational-Encoding-Wizardry/fvsfunc'
license=('GPL')
-depends=('vapoursynth-plugin-havsfunc-git'
+depends=('vapoursynth-plugin-havsfunc'
'vapoursynth-plugin-mvsfunc-git'
'vapoursynth-plugin-muvsfunc-git'
'vapoursynth-plugin-edi_rpow2-git'
@@ -18,7 +18,7 @@ depends=('vapoursynth-plugin-havsfunc-git'
'vapoursynth-plugin-dfttest-git'
'vapoursynth-plugin-ffms2'
'vapoursynth-plugin-fft3dfilter-git'
- 'vapoursynth-plugin-mvtools-git'
+ 'vapoursynth-plugin-mvtools'
'vapoursynth-plugin-sangnom-git'
'vapoursynth-plugin-yadifmod-git'
)