~ubuntu-branches/ubuntu/vivid/luarocks/vivid-proposed

« back to all changes in this revision

Viewing changes to rockspec

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2014-10-11 15:26:47 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20141011152647-bkfciayfdz6elvv3
Tags: 2.2.0+dfsg-1
* New upstream release
* patch 0001-Fixed-detection-of-Debian-paths removed (applied upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package = "LuaRocks"
2
 
local VER = "2.0.9"
 
2
local VER = "2.2.0"
3
3
local REV = "1"
4
4
version = VER.."-"..REV
5
5
 
20
20
}
21
21
 
22
22
dependencies = {
23
 
   "lua ~> 5.1"
 
23
   "lua >= 5.1"
24
24
}
25
25
 
26
26
source = {