summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-10-12 16:47:59 +0200
committersl1pkn072015-10-12 16:47:59 +0200
commit45058cc3664feee2a868d30ce48f1c42a61ff638 (patch)
tree3e12b9f073d4c15c2f9d906651bd3cb2321f6a45
parentedba2035c4f3fe6a78245deb5c282416e44f6a1c (diff)
downloadaur-45058cc3664feee2a868d30ce48f1c42a61ff638.tar.gz
bump/update depends=()
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10f4eb8edc7c..c819d49978af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = vapoursynth-plugin-mvsfunc-git
pkgdesc = Plugin for Vapoursynth: mvsfunc (GIT version)
- pkgver = r15.6ea23dd
+ pkgver = r18.cbd41b5
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=172564
arch = i686
arch = x86_64
license = GPL
makedepends = git
- depends = vapoursynth
+ depends = vapoursynth-plugin-fmtconv
+ depends = vapoursynth-plugin-zimg-git
+ depends = vapoursynth-plugin-bm3d-git
provides = vapoursynth-plugin-mvsfunc
conflicts = vapoursynth-plugin-mvsfunc
source = mvsfunc::git+https://github.com/HomeOfVapourSynthEvolution/mvsfunc.git
diff --git a/PKGBUILD b/PKGBUILD
index ce42743a2883..5790483a7216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
_plug=mvsfunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r15.6ea23dd
+pkgver=r18.cbd41b5
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=172564'
license=('GPL')
-depends=('vapoursynth')
+depends=('vapoursynth-plugin-fmtconv'
+ 'vapoursynth-plugin-zimg-git'
+ 'vapoursynth-plugin-bm3d-git')
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")