Not yet im afraid, denmark and sveden have been swamped by refugees from syria and most of the houses for rent have been bought by the state to house them,
so its pretty darn hard to find anything atm. the new package is undergoing extensive testing atm since i had to recompile every single package from msys2 quite a few bugs turned up which i will commit patches for. Gcc was changed to a static build and i removed the hack to make shared gcc use the static runtimes because it breaks a lot of packages.
Unfortunatly while clang builds with my static build of gcc it does not work since it searches for libgcc_eh.a and libgcc_s.a by default which do not exist in a static build gcc. Only way around this is to bite the bullet and get the mingw64 compiler from the msys2 site and just accept that your programs will depend on the llibgcc dll's.
I could probably patch out those dependencies but it would take forever since those dependencies are littered all over the clang sources.
also qt5 is rather broken atm since it cannot find the platform dll unless you move it into /mingw/bin im working on a patch that should take care of this bug but it might
take a while.
if you build something that depends on qt5 just keep in mind to move the platform directory in /mingw/share/qt5/plugins next to your application and it will work.
In some cases you might need other directories from the plugin directory also.
I also made a new contribution that will allow building autotool based packages with the micorsoft compiler from within the msys2 shell. This work was based on the way interix used the msvc compilers. So far i managed to build qute a few packages with msvc that way

. it still uses ar and ld so the resulting libraries will still work with gcc.
The shell script adds support for msvc 2005 through 2015 to the build environment.
A minimal package will be uploaded soon with the above.
Productivity is a state of mind.