From: aajjbb Date: Sat, 22 Oct 2016 18:36:37 +0000 (-0200) Subject: added awesome as dependency and changed version to git X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/37e0169933aae37d661add99e13752ee70448d35 added awesome as dependency and changed version to git --- 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 = {