diff --git a/commitpkg b/commitpkg index 8622b32..7ef75b3 100755 --- a/commitpkg +++ b/commitpkg @@ -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 [-l limit] [commit message]"