summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-02-15 01:18:49 +0100
committersL1pKn072023-02-15 01:18:49 +0100
commitf3c60f8583c9b6754b00df656d7a0f776bdba524 (patch)
treebb5b8ace386816919285d26c0cbca2e18c71006d
parenta26da7edfec04ff8a49c47c138dea2e777f97185 (diff)
downloadaur-f3c60f8583c9b6754b00df656d7a0f776bdba524.tar.gz
bump
-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}")