From 1793f94b00c04639e97bad43b50bbc111a8f393d Mon Sep 17 00:00:00 2001
From: aajjbb <jefersonlsiq@gmail.com>
Date: Sat, 22 Oct 2016 19:08:48 -0200
Subject: [PATCH 1/1] renaming rockspec file and adding optional dependencies
 as regular dependencies

---
 lain.rockspec => lain-git.rockspec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
 rename lain.rockspec => lain-git.rockspec (91%)

diff --git a/lain.rockspec b/lain-git.rockspec
similarity index 91%
rename from lain.rockspec
rename to lain-git.rockspec
index 8c31764..90c16d5 100644
--- a/lain.rockspec
+++ b/lain-git.rockspec
@@ -16,7 +16,10 @@ description = {
 }
 dependencies = {
    "lua >= 5.1",
-   "awesome >= 3.5"
+   "awesome >= 3.5",
+   "alsa-utils",
+   "curl",
+   "imagemagick"
 }
 supported_platforms = { "linux" }
 build = {
-- 
2.39.5