From b591e69541386f8fb3bbf6e49e2d6f2eefedb63e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 22 Aug 2010 21:52:23 +0200 Subject: add initial [multilib] support --- commitpkg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'commitpkg') diff --git a/commitpkg b/commitpkg index d548065..56e78f7 100755 --- a/commitpkg +++ b/commitpkg @@ -54,6 +54,9 @@ elif [ "$cmd" == 'communitypkg' ]; then elif [ "$cmd" == 'community-testingpkg' ]; then repo='community-testing' server='aur.archlinux.org' +elif [ "$cmd" == 'multilibpkg' ]; then + repo='multilib' + server='aur.archlinux.org' else if [ $# -eq 0 ]; then abort 'usage: commitpkg [-l limit] [commit message]' -- cgit v1.2.3-24-g4f1b