dependency-check/Rakefile in gegl-3.4.1 vs dependency-check/Rakefile in gegl-3.4.2

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright (C) 2018-2019 Ruby-GNOME Project Team +# Copyright (C) 2018-2020 Ruby-GNOME Project Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. @@ -27,11 +27,11 @@ end namespace :dependency do desc "Check dependency" task :check do - pacakge_id = "gegl-0.4" - unless PKGConfig.check_version?(pacakge_id) + package_id = "gegl-0.4" + unless PKGConfig.check_version?(package_id) unless NativePackageInstaller.install(:altlinux => "gegl-devel", :debian => "libgegl-dev", :redhat => "pkgconfig(#{pacakge_id})", :arch => "gegl", :homebrew => "gegl",