diff options
author | Aki <please@ignore.pl> | 2024-11-03 17:33:52 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-11-03 17:35:48 +0100 |
commit | 3b7886fbed2e23da39d4f87e4325cb7616004cc5 (patch) | |
tree | 9a4f07f262f76d822ea3532881e3e432ce2445b5 /lua-cpml/lua_version.diff | |
parent | 818d903c9382994256ccaf2e6ac0dd30b628a743 (diff) | |
download | arch-ignore-3b7886fbed2e23da39d4f87e4325cb7616004cc5.zip arch-ignore-3b7886fbed2e23da39d4f87e4325cb7616004cc5.tar.gz arch-ignore-3b7886fbed2e23da39d4f87e4325cb7616004cc5.tar.bz2 |
Added lua-cpml package
Note that this package is meant for luajit and lua 5.1, but has been
bumped to 5.4 naively here simply because I use 5.4 more often.
Diffstat (limited to 'lua-cpml/lua_version.diff')
-rw-r--r-- | lua-cpml/lua_version.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lua-cpml/lua_version.diff b/lua-cpml/lua_version.diff new file mode 100644 index 0000000..a13986b --- /dev/null +++ b/lua-cpml/lua_version.diff @@ -0,0 +1,12 @@ +diff '--color=auto' -aru cpml.orig/cpml-scm-1.rockspec cpml.new/cpml-scm-1.rockspec +--- cpml.orig/cpml-scm-1.rockspec 2024-11-03 17:16:36.946767968 +0100 ++++ cpml.new/cpml-scm-1.rockspec 2024-11-03 17:16:57.813434738 +0100 +@@ -10,7 +10,7 @@ + license = "MIT" + } + dependencies = { +- "lua ~> 5.1" ++ "lua ~> 5.4" + } + build = { + type = "builtin", |