summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2016-12-05 15:08:37 +0300
committerCaleb Maclennan2016-12-05 15:08:37 +0300
commit9fdc85a3b01e5d485681797356e63281f60643ab (patch)
tree1016dcddb30bf8663c933a9d0f9a614ed0215eac
parent2fec056d5221a116109db184308d0b20c68774b3 (diff)
downloadaur-9fdc85a3b01e5d485681797356e63281f60643ab.tar.gz
Markdown class requires cosmo
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4caa6e4032c7..44b49298f658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,8 @@ conflicts=("${pkgname%-git}")
source=("git://github.com/alerque/${pkgname%-git}.git#branch=${_branch}")
sha512sums=('SKIP')
makedepends=('git')
-depends=('lua-lpeg'
+depends=('lua-cosmo'
+ 'lua-lpeg'
'lua-expat'
'lua-filesystem'
'lua-zlib'