To build the package, execute the following commands: $ git clone https://aur.archlinux.org/vscodium-insiders-bin.git $ cd vscodium-insiders-bin $ makepkg -sr Wait for the build to complete, then install the package: $ pacman -U vscodium-insiders-bin-*.pkg.tar.zst If the package installed correctly, and VSCodium runs correctly, update the AUR with the new code: $ makepkg --printsrcinfo > .SRCINFO $ git add PKGBUILD .SRCINFO $ git commit -am "Updated to $( cat .SRCINFO | sed -n -E "s/.*pkgver = (.*)/\1/p" )" $ git push