From d85fbfe6004178b5f2f6d7d273c71a11b42c3e3d Mon Sep 17 00:00:00 2001 From: guinux Date: Fri, 2 Nov 2018 14:37:54 +0100 Subject: [PATCH] git is a dep now --- src/alpm_utils.vala | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/alpm_utils.vala b/src/alpm_utils.vala index cfd0c83..ff5bc13 100644 --- a/src/alpm_utils.vala +++ b/src/alpm_utils.vala @@ -712,13 +712,6 @@ namespace Pamac { } syncdbs.next (); } - // git is needed to build pkgs - if (Alpm.find_satisfier (alpm_handle.localdb.pkgcache, "git") == null) { - to_install += "git"; - } else { - // remove the needed pkg from to_remove - backup_to_remove.remove ("git"); - } to_remove = {}; foreach (unowned string name in backup_to_remove) { to_remove += name; -- GitLab