diff --git a/simpleaur b/simpleaur index 80a1a87..ad1ec0f 100755 --- a/simpleaur +++ b/simpleaur @@ -152,7 +152,7 @@ cd "$basebuilddir" || exit for ipackage in "$@"; do if [ -d "$ipackage" ]; then cd "$ipackage" || exit - if makepkg -sci --noconfirm ; then + if makepkg -sci --noconfirm --needed ; then cd "$basebuilddir" || exit printf "\n${GREEN}The package ${BLUE}[ $ipackage ] ${GREEN}has been installed.\n" continue