index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | commitpkg | 3 |
@@ -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]' |