Commit Graph

40 Commits

Author SHA1 Message Date
FractalU
d86250332e lua: fix broken mintty patch 2023-06-14 03:09:50 +02:00
Biswapriyo Nath
307f9efa44 lua: update to 5.4.6 2023-05-24 19:09:25 +05:30
Biswapriyo Nath
0ce58b0af1 lua: Fix incorrect module search path
This removes paths which are duplicate and with double slashes.
Also the module search path is now same as in Linux environment.
The paths can be retrieved using these two lua code

print("package.path: "..package.path)
print("package.cpath: "..package.cpath)

The removed paths as like this

* package path:
    C:\msys64\ucrt64\bin\..\share\lua\5.4\\?.lua;
    C:\msys64\ucrt64\bin\..\share\lua\5.4\\?\init.lua;

* package cpath:
    C:\msys64\ucrt64\bin\..\lib\lua\5.4\..\lib\lua\5.4\\?.dll
2023-05-24 08:34:35 +05:30
Oliver
5a206cedc2 lua: update to 5.4.4
* lua: Update to 5.4.4
* lua: Get CC variable from makepkg environment
  CC variable is now set from /etc/makepkg_mingw.conf file.
2022-07-01 23:59:53 +05:30
Christoph Reiter
7c67d9c465 Make sure every package using a C/C++ compiler depends on one
The "cc" virtual package provides the environment default compiler.
2022-01-08 17:11:16 +01:00
Christoph Reiter
23eeff6c42 More rebuilds 2021-08-15 10:57:39 +02:00
Biswapriyo Nath
b98111a09b lua: Update to 5.4.3 2021-08-11 20:27:27 +05:30
Christoph Reiter
a80fe5efc4 Enable clangarm64 for bootstrap packages 2021-05-13 16:17:13 +02:00
Christoph Reiter
977d3b5e02 Enable clang32 for all packages already in the repo 2021-04-25 15:26:34 +02:00
Christoph Reiter
58acb56691 Enable clang64 for all packages already in the repo 2021-04-23 13:26:20 +02:00
Jeremy Drake
b945f7aa20 lua: link import lib, not dll 2021-04-11 21:51:48 -07:00
Christoph Reiter
2d3933dd60 More ucrt 2021-03-27 13:01:21 +01:00
Ray Donnelly
01282b49cc lua: updpkgsums 2021-02-18 22:19:02 +01:00
Ray Donnelly
2c3c80e832 lua: Fix define to else 2021-02-18 21:04:14 +01:00
Ray Donnelly
dfc42e7454 lua: Update to 5.4.2 and remove winpty stuff fixing as per ag/the_silver_surfer
With this fix, luac can compile source code from stdin.
2021-02-18 12:39:04 +01:00
Andrew Sun
4e421bbc36 lua: update to 5.3.5 (#4177) 2018-08-15 17:59:34 +03:00
Alexey Pavlov
ac3ab9aa1d lua: Update to 5.3.4 2017-09-28 08:56:57 +03:00
Viktor Szakats
7f6257d62d switch to HTTPS where available (#2904)
* switch to HTTPS where available

* use canonical readthedocs URLs
2017-09-16 09:12:45 +03:00
Alexey Pavlov
b54b3c2d96 lua: Fix license installation 2017-01-15 23:52:12 +03:00
Brisingr Aerowing
03706dcae0 Fix Lua license install path (#2047) 2016-12-31 14:19:20 +03:00
J. Peter Mugaas
33201d8f35 Ruby tk lua (#1793)
* Updates for some packages

lua - 5.3.3 - Update to altest version and set up equivilants to
symlinks with a 5.3 suffix - rekey a patch
ncurses - 6.0 Update to 2016100
ruby - 2.3.1 Update to latest version
tcl and tk - 0.6.6 Update to latest version

* OOPS, I forgot LICENSE file for lua
2016-10-07 21:40:47 +03:00
Renato Silva
267230e352 Update several package versions. 2016-04-05 13:35:54 -03:00
Yusuke Sasaki
7c803d2668 add pkgbase entry 2016-03-07 00:33:13 +09:00
Viktor Szakats
e32a40cc92 switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 20:55:26 +01:00
Alexey Pavlov
63387d4ab6 === Rebuild with GC-5.1.0. Part VII === 2015-07-13 10:16:40 +03:00
Alexpux
1adcd0f638 lua: Update to 5.3.1 2015-06-18 09:11:18 +03:00
Felix Hüttner
de020c82ff lua: updated to 5.3 2015-04-07 11:54:17 +02:00
David Macek
d1051589d7 lua, lua51: Add winpty wrapper (pkgrel not incremented) 2015-03-22 01:48:20 +01:00
David Macek
04e80fd5da lua, lua51: Fix lua lib search paths (pkgrel not incremented) 2015-03-21 13:07:00 +01:00
David Macek
07b6029ef2 lua: Update to v5.2.4 2015-03-21 12:24:53 +01:00
David Macek
d744b95509 lua, lua51: Fix build and add a .dll.a link library 2015-03-21 03:28:42 +01:00
Renato Silva
6daa9f99f9 Trailing whitespace cleanup. 2015-02-09 18:45:05 -02:00
Alexpux
e03862a359 lua: Fix pkgconf file name. 2014-09-25 12:23:24 +04:00
Alexpux
39dc34df37 lua: Install additional pkg-config file. 2014-09-22 09:40:59 +04:00
Alexpux
d92815a652 Fix scripts to use new global MINGW_PACKAGE_PREFIX variable instead locally defined 2014-06-11 07:11:51 +04:00
Alexpux
228bb23d40 Fix formatting. Replace TAB with two spaces 2014-04-22 16:46:15 +04:00
Alexpux
ac7ddf69f1 Rebuild packages to fix winpthreads dependency. 2014-04-21 12:33:57 +04:00
Alexpux
f621c08dec lua: Update to 5.2.3. Add lua51 package. 2014-01-17 09:32:39 +04:00
Alexpux
c581b24b3b lua: Fix options. 2013-12-24 14:45:33 +04:00
Alexpux
971e1cd72f Add lua package 2013-12-23 16:52:37 +04:00