There are some packages in the actual AUR that use the deb packages as source, extract them, and make them into something that can be installed using Pacman. So we're going full circle now ๐
yay is just a helper. If you don't use a helper the installation is done with pacman -U packagename.pkg.tar.xz.
pacman -U packagename.pkg.tar.xz
Edit: aaah. Got it.
There are some packages in the actual AUR that use the deb packages as source, extract them, and make them into something that can be installed using Pacman. So we're going full circle now ๐
yay is just a helper. If you don't use a helper the installation is done with
pacman -U packagename.pkg.tar.xz
.Edit: aaah. Got it.