summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/commitpkg b/commitpkg
index 3468a40..03488e0 100755
--- a/commitpkg
+++ b/commitpkg
@@ -60,6 +60,9 @@ elif [ "$cmd" == 'community-stagingpkg' ]; then
elif [ "$cmd" == 'multilibpkg' ]; then
repo='multilib'
server='aur.archlinux.org'
+elif [ "$cmd" == 'multilib-testingpkg' ]; then
+ repo='multilib-testing'
+ server='aur.archlinux.org'
else
if [ $# -eq 0 ]; then
abort 'usage: commitpkg <reponame> [-l limit] [commit message]'