summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-08-22 21:52:23 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-08-22 21:52:23 +0200
commitb591e69541386f8fb3bbf6e49e2d6f2eefedb63e (patch)
treeeace574812fcefb8f4b1f24a46405c94029d5581 /commitpkg
parent2f18ca1836cd2439953d4132867727b205cf929e (diff)
downloaddevtools-b591e69541386f8fb3bbf6e49e2d6f2eefedb63e.tar.gz
devtools-b591e69541386f8fb3bbf6e49e2d6f2eefedb63e.tar.xz
add initial [multilib] support
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg3
1 files changed, 3 insertions, 0 deletions
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 <reponame> [-l limit] [commit message]'