Commit 2ba39720 authored by Aaron Griffin's avatar Aaron Griffin
Browse files

Adjust commitpkg community server



Change community.archlinux.org to aur.archlinux.org to
coincide better with the location recommended for SVN checkouts

Signed-off-by: default avatarAaron Griffin <aaronmgriffin@gmail.com>
parent 04e79e71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ elif [ "$cmd" == "unstablepkg" ]; then
    repo="unstable"
elif [ "$cmd" == "communitypkg" ]; then
    repo="community"
    server="community.archlinux.org"
    server="aur.archlinux.org"
else
    if [ $# -eq 0 ]; then
        echo "usage: commitpkg <reponame> [-l limit] [commit message]"