summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChau Duong2023-10-05 10:39:31 +0700
committerChau Duong2023-10-05 10:39:31 +0700
commit58c6d7243ef88a5615e0f2e40e2503c74d579a3b (patch)
treea043944fbc8939227a89f6bec6b3485929b663b1
parentf5248848e29ec9edc295681640820abe0a3eb982 (diff)
downloadaur-mdformat-gfm-git.tar.gz
Add missing deps
-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