diff --git a/src/operations/aur_install/common.rs b/src/operations/aur_install/common.rs index 5508826..f57a367 100644 --- a/src/operations/aur_install/common.rs +++ b/src/operations/aur_install/common.rs @@ -22,9 +22,11 @@ use crate::{ pacman::PacmanInstallBuilder, pager::PagerBuilder, }, + crash, internal::{ alpm::{Alpm, PackageFrom}, error::{AppError, AppResult}, + exit_code::AppExitCode, utils::{get_cache_dir, wrap_text}, }, logging::piped_stdio::StdioReader, @@ -101,6 +103,7 @@ pub fn create_dependency_batches(deps: Vec<&PackageInfo>) -> Vec) -> Vec