summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9782644dd274..5937ad15c583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A gedit plugin previewing markdown (.md) documents"
arch=('any')
url="https://github.com/maoschanz/gedit-plugin-markdown_preview"
license=('GPL3')
-depends=('gedit' 'python-markdown')
+depends=('gedit' 'python-markdown' 'webkit2gtk')
makedepends=('git')
optdepends=('pandoc: export and stylesheet support'
'pymdown-extensions: extra Python Markdown extensions'