summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Nagy2020-05-07 23:09:39 +0200
committerDaniel Nagy2020-05-07 23:09:39 +0200
commitab2a8e3f4f9156cd095b467c0e444ca3f2da2533 (patch)
tree9fac9391597e5d8af67d18d9b103c61e3fb01c81 /PKGBUILD
parent751ca4c03ca5a5bb96dbad96216fc88d764269aa (diff)
downloadaur-bugit-git.tar.gz
add markdown dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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}")