@BW89 Well, you can uninstall all Nvidia packages you may have on your system. Then do this:
sudo pacman -Sy git base-devel
sudo git clone https://gitlab.manjaro.org/packages/extra/nvidia-utils.git
cd nvidia-utils
git checkout bbb47c57c6da2dfb20494d4a3812404defa963e4
makepkg -d
cd ..
git clone https://gitlab.manjaro.org/packages/multilib/lib32-nvidia-utils.git
cd lib32-nvidia-utils
git checkout 02a39437c5ea285bdb59b21e645dce9fcfc5ccd4
makepkg -d
This should give you 470.63.01 packages. You may want to install the dkms, utils and lib32-utils package. Also add those packages to the pacman ignore list: How To Ignore A Package From Being Upgraded In Arch Linux. DKMS will then update your Nvidia modules as needed when there is a new kernel update.