Installation Instructions for Arch - beholder0x2a/go-ethereum GitHub Wiki
Installing from source
Install dependencies
pacman -S git go gcc gmp
Download and build geth
git clone https://github.com/ethereumproject/go-ethereum
cd go-ethereum
make geth