summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-19 01:17:08 +0100
committersL1pKn072020-03-19 01:17:08 +0100
commitad6d31dcd1343c42f47ed7ae4afaad295e816f74 (patch)
treee0afa8984266434bdd4a141d30cd2a8740bdd8b8
parent4638b4664793fe63588f03966bf0730169310ee7 (diff)
downloadaur-ad6d31dcd1343c42f47ed7ae4afaad295e816f74.tar.gz
bump
-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"
)