From 37e0169933aae37d661add99e13752ee70448d35 Mon Sep 17 00:00:00 2001 From: aajjbb Date: Sat, 22 Oct 2016 16:36:37 -0200 Subject: [PATCH] added awesome as dependency and changed version to git --- lain.rockspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lain.rockspec b/lain.rockspec index 9d5d5e2..97a2858 100644 --- a/lain.rockspec +++ b/lain.rockspec @@ -1,8 +1,8 @@ package = "lain" -version = "1.0.0" +version = "git" source = { url = "https://github.com/copycat-killer/lain", - tag = "v.1.0.0" + tag = "git" } description = { summary = "A layoutm widget and utilities library for the Awesome Window Manager", @@ -13,7 +13,8 @@ description = { license = "GPL v2" } dependencies = { - "lua >= 5.1" + "lua >= 5.1", + "awesome >= 3.5" } supported_platforms = { "linux" } build = { -- 2.39.2