summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16a10c752ae8..60f33aec95ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = bugit-git
license = GPL3
makedepends = git
depends = git
+ depends = markdown
provides = bugit
conflicts = bugit
source = git+https://gitlab.com/monnier/bugit
diff --git a/PKGBUILD b/PKGBUILD
index a7de8d9cc5f8..1eedf9f91aa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://gitlab.com/monnier/bugit"
license=('GPL3')
groups=()
-depends=("git")
+depends=("git" "markdown")
makedepends=("git")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")