summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee4487cb420d..96618bf381b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = vapoursynth-plugin-mcdegrainsharp-git
license = GPL
makedepends = git
depends = vapoursynth-plugin-tcanny-git
- depends = vapoursynth-plugin-mvtools-git
+ depends = vapoursynth-plugin-mvtools
provides = vapoursynth-plugin-mcdegrainsharp
conflicts = vapoursynth-plugin-mcdegrainsharp
source = mcdegrainsharp::git+https://gist.github.com/b5399b1801072458fc80.git
diff --git a/PKGBUILD b/PKGBUILD
index 254cce8b2519..9befe9be2ba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url='https://gist.github.com/4re'
license=('GPL')
depends=('vapoursynth-plugin-tcanny-git'
- 'vapoursynth-plugin-mvtools-git'
+ 'vapoursynth-plugin-mvtools'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")