summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd46d0d3fa1d..b8ecd54c0dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A command-line interface to lustache (mustache templates for lua)."
arch=("any")
url="https://github.com/djmattyg007/lustache-cli"
license=("UNLICENSE")
-depends=("lua lua-argparse lua-luajson lustache")
+depends=("lua" "lua-argparse" "lua-luajson" "lustache")
source=("https://github.com/djmattyg007/lustache-cli/archive/${pkgver}.tar.gz")
sha256sums=('90f5790403b269eb37a2258d330572eab9f3036e31e858abdbb7fb02ec584d1a')