You are not logged in.
In gentoo, I could create a process to download, and anther to compile and install.
I found in ArchLinux, I could only wait all things download, then start to install? If there haven't any plan, I'll try to make a util to download the data at first.
Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline
Read man pacman.
Offline
Thanks. I got a hint.
For example, I want to download subversion.
I could
cd /var/cache/pacman/pkg
wget -c `pacman -Sp subversion`
But, does the makepkg have such function? I mean download only, I found the '-o' option will download and extract.
Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages
Offline
...and -e is the --noextract option, so -oe is download but don't extract...
Offline