diff --git a/crew b/crew index e95b109cd..f38bd9ce3 100755 --- a/crew +++ b/crew @@ -769,7 +769,7 @@ def resolve_dependencies i = 0 last_deps = [] - last_packages = ["curl", "ghc", "mandb", "gtk3", "sommelier"] + last_packages = ["curl", "ghc", "mandb", "gtk3", "gtk4", "sommelier"] @dependencies.each do |dep| if last_packages.include?(dep) @dependencies.delete_at(i) diff --git a/lib/const.rb b/lib/const.rb index 8e0d84963..a479b3715 100644 --- a/lib/const.rb +++ b/lib/const.rb @@ -1,6 +1,6 @@ # Defines common constants used in different parts of crew -CREW_VERSION = '1.7.19' +CREW_VERSION = '1.7.20' ARCH_ACTUAL = `uname -m`.strip # This helps with virtualized builds on aarch64 machines