summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 041dd8a70ae7..33c8fb5836ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-dfmderainbow-git
pkgdesc = Plugin for Vapoursynth: dfmderainbow (GIT version)
- pkgver = 2.1.g61bafd9
+ pkgver = 2.2.g44dc654
pkgrel = 1
url = https://github.com/dubhater/vapoursynth-dfmderainbow
arch = any
@@ -8,10 +8,10 @@ pkgbase = vapoursynth-plugin-dfmderainbow-git
makedepends = git
depends = vapoursynth-plugin-temporalmedian-git
depends = vapoursynth-plugin-temporalsoften2-git
- depends = vapoursynth-plugin-fluxsmooth-git
+ depends = vapoursynth-plugin-fluxsmooth
depends = vapoursynth-plugin-msmoosh-git
depends = vapoursynth-plugin-minideen-git
- depends = vapoursynth-plugin-mvtools-git
+ depends = vapoursynth-plugin-mvtools
depends = vapoursynth-plugin-fft3dfilter-git
provides = vapoursynth-plugin-dfmderainbow
conflicts = vapoursynth-plugin-dfmderainbow
diff --git a/PKGBUILD b/PKGBUILD
index 3bd88c3ad391..ced966422206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=dfmderainbow
-pkgname="vapoursynth-plugin-${_plug}-git"
-pkgver=2.1.g61bafd9
+pkgname=vapoursynth-plugin-${_plug}-git
+pkgver=2.2.g44dc654
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
@@ -10,10 +10,10 @@ url="https://github.com/dubhater/vapoursynth-${_plug}"
license=('GPL')
depends=('vapoursynth-plugin-temporalmedian-git'
'vapoursynth-plugin-temporalsoften2-git'
- 'vapoursynth-plugin-fluxsmooth-git'
+ 'vapoursynth-plugin-fluxsmooth'
'vapoursynth-plugin-msmoosh-git'
'vapoursynth-plugin-minideen-git'
- 'vapoursynth-plugin-mvtools-git'
+ 'vapoursynth-plugin-mvtools'
'vapoursynth-plugin-fft3dfilter-git'
)
makedepends=('git')