Remove awesome dependency (#31)
* Remove awesome dependency from rockspec * Update rockspec name and version for uploading on LuaRocks
This commit is contained in:
parent
ff30f6a024
commit
4132364a58
|
@ -1,5 +1,5 @@
|
||||||
package = "bling"
|
package = "bling"
|
||||||
version = "scm-1"
|
version = "scm-2"
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
url = "https://github.com/Nooo37/bling",
|
url = "https://github.com/Nooo37/bling",
|
||||||
|
@ -19,7 +19,6 @@ description = {
|
||||||
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"lua >= 5.1",
|
"lua >= 5.1",
|
||||||
"awesome >= 4.0",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build = {
|
build = {
|
Loading…
Reference in New Issue