summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-02-09 17:57:04 +0100
committersL1pKn072022-02-09 17:57:04 +0100
commitf2b43fb75983d3a79c17afb6307fd94c550f21cc (patch)
treed02599961d37c2abfcf32a39bb6592925233e678
parentc170e80f3963dc71c3d2c8d76d85dc51ff91006e (diff)
downloadaur-f2b43fb75983d3a79c17afb6307fd94c550f21cc.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9962404625a9..bb7d45743d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-dfmderainbow-git
pkgdesc = Plugin for Vapoursynth: dfmderainbow (GIT version)
- pkgver = v2.0.g22faeb5
- pkgrel = 3
+ pkgver = v2.1.g61bafd9
+ pkgrel = 1
url = https://github.com/dubhater/vapoursynth-dfmderainbow
arch = any
license = GPL
@@ -11,6 +11,8 @@ pkgbase = vapoursynth-plugin-dfmderainbow-git
depends = vapoursynth-plugin-fluxsmooth-git
depends = vapoursynth-plugin-msmoosh-git
depends = vapoursynth-plugin-minideen-git
+ depends = vapoursynth-plugin-mvtools-git
+ depends = vapoursynth-plugin-fft3dfilter-git
provides = vapoursynth-plugin-dfmderainbow
conflicts = vapoursynth-plugin-dfmderainbow
source = dfmderainbow::git+https://github.com/dubhater/vapoursynth-dfmderainbow.git
diff --git a/PKGBUILD b/PKGBUILD
index fdcd48071801..358eca8df6c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=dfmderainbow
-pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v2.0.g22faeb5
-pkgrel=3
+pkgname="vapoursynth-plugin-${_plug}-git"
+pkgver=v2.1.g61bafd9
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url="https://github.com/dubhater/vapoursynth-${_plug}"
@@ -13,9 +13,8 @@ depends=('vapoursynth-plugin-temporalmedian-git'
'vapoursynth-plugin-fluxsmooth-git'
'vapoursynth-plugin-msmoosh-git'
'vapoursynth-plugin-minideen-git'
- )
-optdepend=('vapoursynth-plugin-mvtools-git'
- 'vapoursynth-plugin-fft3dfilter-git'
+ 'vapoursynth-plugin-mvtools-git'
+ 'vapoursynth-plugin-fft3dfilter-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")