summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-11-22 02:59:39 +0100
committersl1pkn072015-11-22 02:59:39 +0100
commit51c9bb102750b245921ab7d24857950b0a5fd8d3 (patch)
tree9a4b0aac2045b696094592cb9929b5eb67412210
parentc441a3c28fc254fd613931fabcb120024f1bcbea (diff)
downloadaur-51c9bb102750b245921ab7d24857950b0a5fd8d3.tar.gz
vapoursynth-plugin-bm3d-git -> zimg-git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e14e528663d7..89c225d28ae6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = vapoursynth-plugin-mvsfunc-git
license = GPL
makedepends = git
depends = vapoursynth-plugin-fmtconv
- depends = vapoursynth-plugin-zimg-git
depends = vapoursynth-plugin-bm3d-git
+ depends = zimg-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 502114135d58..2fb7d4f2e662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,9 @@ arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=172564'
license=('GPL')
depends=('vapoursynth-plugin-fmtconv'
- 'vapoursynth-plugin-zimg-git'
- 'vapoursynth-plugin-bm3d-git')
+ 'vapoursynth-plugin-bm3d-git'
+ 'zimg-git'
+ )
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")