summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2016-03-24 22:58:34 +1100
committerMatthew Gamble2016-03-24 22:58:34 +1100
commitde86c37ece93d3f8df05631eec8ffa40a1c535f1 (patch)
tree3f31c4b31bfeae7f229918066fb715f3bf0a41bc
parent04773331985e51255e9540994a56812fcc12c8c6 (diff)
downloadaur-de86c37ece93d3f8df05631eec8ffa40a1c535f1.tar.gz
Actually fix dependencies list
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdc69ce7769e..3cb0d6d477e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = lustache-cli
pkgdesc = A command-line interface to lustache (mustache templates for lua).
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/djmattyg007/lustache-cli
arch = any
license = UNLICENSE
- depends = lua lua-argparse lua-luajson lustache
+ depends = lua
+ depends = lua-argparse
+ depends = lua-luajson
+ depends = lustache
source = https://github.com/djmattyg007/lustache-cli/archive/1.0.0.tar.gz
sha256sums = 90f5790403b269eb37a2258d330572eab9f3036e31e858abdbb7fb02ec584d1a
diff --git a/PKGBUILD b/PKGBUILD
index fec7cb5f31d2..bd21bc28572a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lustache-cli
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A command-line interface to lustache (mustache templates for lua)."
arch=("any")
url="https://github.com/djmattyg007/lustache-cli"