From 2ba39720a0ac588d0edd40517f4af76b991355d1 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 3 Aug 2009 09:36:57 -0700 Subject: 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: Aaron Griffin --- commitpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitpkg') 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]" -- cgit v1.2.3-24-g4f1b