The source project of this merge request has been removed.
makechrootpkg: fix short option handling for makepkg_args
Current method of using globs to match args can't handle multiple short
options passed as a single argument. To fix this, let's use getopts to
parse short options instead.
Currently, when multiple short options are passed as a single argument, only the one that matchs the first case statement will be parsed. This shall be fixed by using switch-case resume.
Edited by Mike Yuan