archlinux: Use yay to install AUR packages

It turns out that yay automatically handles the process of installing
package dependencies not in the official repositories. This is very
important for some PKGBUILDs, so I've gone ahead and let yay handle
all the AUR packages I build.
This commit is contained in:
Donovan Glover 2018-12-09 23:46:46 -05:00
parent cdad1fe3bf
commit 49c0091f1b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -19,12 +19,14 @@ make package=bspwm-round-corners-git
make package=color-scripts make package=color-scripts
make package=xeventbind make package=xeventbind
# Install aur dependencies # Install yay
make aur package=yay make aur package=yay
make aur package=rtv
make aur package=polybar # Install aur packages with yay
make aur package=shotgun yay -S rtv
make aur package=ranger-git yay -S polybar
yay -S shotgun
yay -S ranger-git
# Additional settings # Additional settings
make fontconfig make fontconfig