Re: How to get packages in Arch comunity repo?
Reply #12 –
You can look at the "depends" field in the PKGBUILD for vcvrack-bin:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=vcvrack-bin
depends=('alsa-lib' 'libglvnd')
Both of those are in the Artix "world" repo so you wouldn't need any extra repos to install that from the AUR. Use -Si with pacman (or an aur helper) to check things:
$ pacman -Si 'alsa-lib' 'libglvnd'
Aur helpers wrap pacman and add extra functionality to enable AUR packages to be used in the same way as regular ones, so far as the user experience goes, although what goes on under the hood is quite different for the two cases. Wouldn't worry too much about the precise definition of building and compiling, well I don't but I might be a bad example in linguistic precision , there are many AUR packages that don't need any processing and are just plain files or scripts and are simply installed in the original downloaded form.