summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-05-16 23:51:12 +0200
committersL1pKn072020-05-16 23:51:12 +0200
commite3e2363864477c4c8a43e40acbce9f1330bcdf74 (patch)
tree0c46914f39f23c55da364e783e95b93498009125
parentad6d31dcd1343c42f47ed7ae4afaad295e816f74 (diff)
downloadaur-e3e2363864477c4c8a43e40acbce9f1330bcdf74.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 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}"