2012/2/17 Cédric Girard <[email protected]>: > 2012/2/17 Alireza Savand <[email protected]> > >> For downloading yes of course it's nice to have one like yaourt, but for >> uploading it's little bit useless. >> > > No, it's really useful when you are updating your PKGBUILD on an headless > server.
It *is* very useful. I maintain numerous aur packages, and using burp is very convenient. I just do a #!/usr/bin/fish makepkg --source burp (ls --sort=time *src.tar.gz | head -1) Previously I used aurploader (anything associated with Xyne is appealing since the times of bauerbill), but it forgot the user/password too quickly, so I tried burp, which fits my needs better in this regard. Both are great programs.
