summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2718e32022ba..faf9017e1303 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = vapoursynth-plugin-median-git
arch = x86_64
license = unknown
makedepends = mercurial
+ makedepends = meson
depends = vapoursynth
provides = vapoursynth-plugin-median
provides = vapoursynth-plugin-median-hg
diff --git a/PKGBUILD b/PKGBUILD
index 78b56b82ba2c..b07ea535d537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ arch=('x86_64')
url='https://github.com/dubhater/vapoursynth-median'
license=('unknown')
depends=('vapoursynth')
-makedepends=('mercurial')
+makedepends=('mercurial'
+ 'meson'
+ )
provides=("vapoursynth-plugin-${_plug}"
"vapoursynth-plugin-${_plug}-hg"
)