Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

`bash-completion` test fails on RISC-V
I tried to package mkinitcpio v37 on a RISC-V machine, but I got the following error message: ``` not ok 1 _detect_kver # (in test file test/cases/bash-completion.bats, line 19) # `assert_output "6.0.9-arch1-1"' failed # 526+0 records in # 526+0 records out # 526 bytes copied, 0.00273703 s, 192 kB/s # 512+0 records in # 512+0 records out # 512 bytes copied, 0.00282126 s, 181 kB/s # # -- output differs -- # expected : 6.0.9-arch1-1 # actual : # -- # ``` This is because the version string in `test/cases/bash-completion` doesn't match the pattern of grep in [`_detect_generic_kver`](https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/blob/v37/shell/bash-completion?ref_type=tags#L149) I'm not sure if this is a bug, or if this project doesn't currently support RISC-V.
issue