summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2016-03-24 22:56:36 +1100
committerMatthew Gamble2016-03-24 22:56:36 +1100
commit0639da3b68addded578c1dfcd8070406c7b063a1 (patch)
treee60c397532a3c469025e586f9355f429e721f910
parentc41d835f8934ef1bde64da5b5bedccb8dee14af2 (diff)
downloadaur-0639da3b68addded578c1dfcd8070406c7b063a1.tar.gz
Fix dependency list
-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')