abort"Package #{pkgName} not found. :(".lightredunlesssilent
end
...
...
@@ -740,6 +738,7 @@ def expand_dependencies
end
def resolve_dependencies
abort "Package #{@pkg.name} is not compatible with your architecture (#{ARCH}) :/".lightred unless @pkg.compatibility.include?('all') or @pkg.compatibility.include?(ARCH)