added awesome as dependency and changed version to git
This commit is contained in:
parent
fa9fb11a7c
commit
37e0169933
1 changed files with 4 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue