[Chapel Merge] AUR updates for 1.27.0

Branch: refs/heads/main
Revision: c4930f3
Author: mppf
Link: AUR updates for 1.27.0 by ghbrown · Pull Request #20142 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20142 from ghbrown/aur_1_27

AUR updates for 1.27.0

[PR by @ghbrown - thanks! Reviewed/merged by @mppf]

This PR updates the Arch User Repository package "chapel", which is static source. "chapel-git" does not need to be updated since the version in the AUR repos tracks main and dynamically collects version numbers, meaning it differs from the packaging here by only two or three strings that change with every install.

The previous version of the static source package did not build on Arch due to issues discussed in #19837 . I'm happy to report that there were no issues with 1.27 building on Arch, and the installed compiler also worked on some simple test programs (one of the problems resolved since 1.26).

This effectively removes the primary "outstanding issue" from #19837, and all "future work" remains the same as far as I can tell.

Modified Files:
M util/packaging/aur/chapel-git/.SRCINFO

M util/packaging/aur/chapel-git/PKGBUILD
M util/packaging/aur/chapel/.SRCINFO
M util/packaging/aur/chapel/PKGBUILD

Compare: https://github.com/chapel-lang/chapel/compare/05b3f6cb591e...c4930f3cbef0