Well, that obsoleted quickly!
I mean the alarm-bluetooth-raspberrypi package. There’s finally a more or less native support for bluetooth in Arch ARM kernel and libraries, so there’s no need for external packages or weird configurations any more. Here’s how to take it in use:
- Remove 
alarm-bluetooth-raspberrypiand/orpi-bluetoothpackages. - Remove the line 
dtoverlay=bcmbt(if present) from/boot/config.txtand add the following line to the same file.
dtparam=krnbt=on
 - Make sure that 
enable_uart=0is also in/boot/config.txt. - In 
/boot/cmdline.txt, remove all references tottyAMA0. - Replace 
bluez-utils-compatpackage with standardbluez-utils, unless you really need the old utilities. The system does not need them anymore to work. - Reboot.
 - Enjoy the working bluetooth!