Custom Arch Linux packages.
curl -fsSL https://angelsen.github.io/arch-repo/setup.sh | bash
Loading packages...
ap list # List available packages
ap search chrome # Search for packages
ap install <package> # Install a package
ap update # Update ap itself
ap help # Show help
If you prefer to build manually:
git clone https://github.com/angelsen/arch-repo.git
cd arch-repo/pkgbuilds/google-chrome-stable-angelsen
makepkg -si