Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mingw-w64-lua-luarocks: bugfix for 32-bit install #6580

Merged
merged 2 commits into from
Jun 15, 2020

Conversation

SlySven
Copy link
Contributor

@SlySven SlySven commented Jun 11, 2020

The elements in the sed expression are the wrong way around compared to those for the 64-bit install. It is my believe that this is the main part of the problem that I have described in:
#5928

Thus I believe that this will close #5928 .

Signed-off-by: Stephen Lyons slysven@virginmedia.com

The elements in the `sed` expression are the wrong way around compared to
those for the 64-bit install. It is my believe that this is the main part
of the problem that I have described in:
msys2#5928

Thus I believe that this will close msys2#5928 .

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
@lazka
Copy link
Member

lazka commented Jun 14, 2020

increase pkgrel

@SlySven
Copy link
Contributor Author

SlySven commented Jun 15, 2020

increase pkgrel

😕 Sorry I do not understand, what do you mean?

@lazka
Copy link
Member

lazka commented Jun 15, 2020

No problem. Every time you change something in a package you have to increase the pkgrel field in the corresponding PKGBUILD file. This results in a package version that is considered newer than the previous one by pacman and leads to an update.

As needed by upstream.

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
@lazka lazka merged commit af5d8de into msys2:master Jun 15, 2020
@SlySven SlySven deleted the luarocks_bugfix_in_32bit_install branch June 15, 2020 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MINGW32] mingw-w64-i686-lua51-luarocks installs broken config files
2 participants