I know I got the notification late. AUR updated google-chrome last 19th but better late than never. So I prepared my installation directory.
#mkdir ~/Downloads/builds/google-chrome-58
##to create the directory for google-chrome-58 the new version
#cd ~/Downloads/builds/google-chrome-58
#git clone https://aur.archlinux.org/google-chrome.git
#cd google-chrome
#makepkg -sic
##to download the package and install dependencies with pacman
#mkdir ~/Downloads/builds/google-chrome-58
##to create the directory for google-chrome-58 the new version
#cd ~/Downloads/builds/google-chrome-58
#git clone https://aur.archlinux.org/google-chrome.git
#cd google-chrome
#makepkg -sic
##to download the package and install dependencies with pacman
Comments