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 38638e3c4e4a..6d5879900aca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 20:57:35 UTC 2016
+# Fri Mar 1 14:49:41 UTC 2019
pkgbase = vapoursynth-plugin-finedehalo-git
pkgdesc = Plugin for Vapoursynth: finedehalo (GIT version)
pkgver = r3
@@ -8,11 +8,11 @@ pkgbase = vapoursynth-plugin-finedehalo-git
arch = any
license = GPL
makedepends = git
+ depends = vapoursynth
depends = vapoursynth-plugin-mvsfunc-git
- depends = vapoursynth-plugin-havsfunc
+ depends = vapoursynth-plugin-havsfunc-git
provides = vapoursynth-plugin-finedehalo
conflicts = vapoursynth-plugin-finedehalo
- conflicts = vapoursynth-plugin-resamplehq-git
source = finedehalo::git+https://gist.github.com/bcd427ec0fa8fdf7c45433917521bac4.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 937ca909ee19..e44de3d4ad1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@ pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='http://forum.doom9.org/showthread.php?t=173672'
license=('GPL')
-depends=('vapoursynth-plugin-mvsfunc-git'
- 'vapoursynth-plugin-havsfunc'
+depends=('vapoursynth'
+ 'vapoursynth-plugin-mvsfunc-git'
+ 'vapoursynth-plugin-havsfunc-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
-conflicts=("vapoursynth-plugin-${_plug}"
- 'vapoursynth-plugin-resamplehq-git')
+conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://gist.github.com/bcd427ec0fa8fdf7c45433917521bac4.git")
sha256sums=('SKIP')