Added -s option to tldirtyaurbuild

This commit is contained in:
David Thurstenson 2020-08-07 20:38:21 -05:00
parent 1102ae5c8f
commit ac5af0678f
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ tldirtyaurbuild() {
while :; do
case $1 in
-i|--install) makepkg_opts+=("--install" "--syncdeps");;
-s|--syncdeps) makepkg_opts+=("--syncdeps");;
-f|--force) makepkg_opts+=("--force");;
-c|--makepkg-config)
if [[ "$2" ]]; then