Aurup
a command line tool to upload AUR packages
this is a little script I wrote with molok, to help AUR contributers to upload packages
aurup
Remember to create ~/.aurup with inside:
user=YOUR_AUR_USERNAME
pass=YOUR_AUR_PASS
usage: /usr/bin/aurup pkgfile.tar.gz category
pkgfile.tar.gz == tar.gz with PKGBUILD inside to send
(autarchy or makepkg --source can be used)
category == category of the package or "auto" for automatic detection
/usr/bin/aurup -h shows this help
/usr/bin/aurup -l list available category
/usr/bin/aurup -c check for out-of-date packages
