They have a whole wiki for the AUR.
They have a whole wiki for the AUR.
To update the package, you use git to pull the latest branch code and repeat the process. You should double check if there are dependency changes though.
Like I said, its easier with a pacman wrapper, but not necessary.
You definitely do not need to use any pacman wrappers to build a package from the AUR. Those tools make it easy, yes, but are not required.
Building a package can be as simple as
git clone AURpackagehere
cd AURpackagehere
makepkg -si
Pacman is the only standard package manager for Arch. Arch recommends against using third party package managers, including Yay.
Rust-based and actively developed
Per the Arch Wiki:
Arch Wiki - Arch User Repository