summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc5547416feb..2f8e1d8b6f40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,9 +11,10 @@ pkgbase = mdformat-gfm-git
makedepends = python-flit
makedepends = python-installer
depends = mdformat
- depends = python-mdit_py_plugins
- depends = python-markdown-it-py
depends = mdformat-tables
+ depends = python-linkify-it-py
+ depends = python-markdown-it-py
+ depends = python-mdit_py_plugins
provides = mdformat-gfm
conflicts = mdformat-gfm
source = mdformat-gfm::git+https://github.com/hukkin/mdformat-gfm.git
diff --git a/PKGBUILD b/PKGBUILD
index c55c595581b6..dd6f4541b0d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,13 @@ pkgdesc="Mdformat plugin for GitHub-Flavored Markdown compatibility"
arch=(any)
url="https://github.com/hukkin/mdformat-gfm"
license=('MIT')
-depends=(mdformat python-mdit_py_plugins python-markdown-it-py mdformat-tables)
+depends=(
+ mdformat
+ mdformat-tables
+ python-linkify-it-py
+ python-markdown-it-py
+ python-mdit_py_plugins
+)
makedepends=(
python-pip
python-build