added awesome as dependency and changed version to git

This commit is contained in:
aajjbb 2016-10-22 16:36:37 -02:00
parent fa9fb11a7c
commit 37e0169933

View file

@ -1,8 +1,8 @@
package = "lain" package = "lain"
version = "1.0.0" version = "git"
source = { source = {
url = "https://github.com/copycat-killer/lain", url = "https://github.com/copycat-killer/lain",
tag = "v.1.0.0" tag = "git"
} }
description = { description = {
summary = "A layoutm widget and utilities library for the Awesome Window Manager", summary = "A layoutm widget and utilities library for the Awesome Window Manager",
@ -13,7 +13,8 @@ description = {
license = "GPL v2" license = "GPL v2"
} }
dependencies = { dependencies = {
"lua >= 5.1" "lua >= 5.1",
"awesome >= 3.5"
} }
supported_platforms = { "linux" } supported_platforms = { "linux" }
build = { build = {