Skip to content

Commit

Permalink
Fix vcs version comparision
Browse files Browse the repository at this point in the history
Update trust-check dependencies
  • Loading branch information
alexheretic committed May 30, 2022
1 parent 62334fb commit 61209fb
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 17 deletions.
2 changes: 1 addition & 1 deletion aur
Submodule aur updated from 5adf4b to 3822d9
2 changes: 1 addition & 1 deletion lib/aurto/update-aurto
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if rm "$lib_dir/check-vcs" 2>/dev/null; then
aur sync "$vcs_pkgs" \
--no-ver-shallow --print --database=aurto >/dev/null 2>&1

mapfile -t git_outdated < <(sudo -u "$user" "$lib_dir"/aur-vercmp-devel --database=aurto | cut -d: -f1)
mapfile -t git_outdated < <(sudo -u "$user" "$lib_dir"/aur-vercmp-devel --database=aurto | cut -d" " -f1)
if [ ${#git_outdated[@]} -gt 0 ]; then
sudo -u "$user" aurto remove "${git_outdated[@]}"
sudo -u "$user" aurto add "${git_outdated[@]}"
Expand Down
73 changes: 58 additions & 15 deletions trust-check/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61209fb

Please sign in to comment.