Last build was on 08 Jan 2022, while the version from Arch x64 is from 27 April 2022.
The current version doesn't run since one of its dependencies protobuf is at a higher version (build date 08 May 2022). So, I get this error when trying to run adb
$this->bbcode_second_pass_code('', '
adb
adb: error while loading shared libraries: libprotobuf.so.30: cannot open shared object file: No such file or directory
')
While protobuf provides a higher version of libprotobug.so
$this->bbcode_second_pass_code('', '
pacman -Qi protobuf
Provides : libprotoc.so=31-64 libprotobuf.so=31-64 libprotobuf-lite.so=31-64
')