Upstream no longer manually strips the cygwin dll and creates a debug file since https://cygwin.com/git/?p=newlib-cygwin.git;a=commit;h=99bb3e937a0fdbc1e3acbdc7cefb31e54a89a6ac This means the debug info now moved from msys2-runtime-devel to msys2-runtime staying in the DLL. We don't really want to install/ship debug infos by default, so we could either re-implement the debug info extraction manually again, or let makepkg build a separate "-debug" package, or just strip everything. Since the later is the least work and the least special compared to other packages, just enable stripping.
MSYS2-packages
Package scripts for MSYS2.
To build these, run msys2_shell.cmd then from the bash prompt. Packages from the base-devel package is an implicit build time dependency. Make sure it is installed before attempting to build any package:
pacman -S --needed base-devel
cd ${package-name}
makepkg
To install the built package(s).
pacman -U ${package-name}*.pkg.tar.xz
License
MSYS2-packages is licensed under BSD 3-Clause "New" or "Revised" License. A full copy of the license is provided in LICENSE.
Description
srcinfo-cache
Latest
Languages
Shell
90.1%
C
4.4%
Python
1.7%
Roff
1.3%
Perl
1.1%
Other
1.3%