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 faf9017e1303..f02ef4ac3fe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = vapoursynth-plugin-median-git
url = https://github.com/dubhater/vapoursynth-median
arch = x86_64
license = unknown
- makedepends = mercurial
+ makedepends = git
makedepends = meson
depends = vapoursynth
provides = vapoursynth-plugin-median
diff --git a/PKGBUILD b/PKGBUILD
index b07ea535d537..9d85d453135a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url='https://github.com/dubhater/vapoursynth-median'
license=('unknown')
depends=('vapoursynth')
-makedepends=('mercurial'
+makedepends=('git'
'meson'
)
provides=("vapoursynth-plugin-${_plug}"