diff --git a/core/xim/pm/PkgManagerService.lua b/core/xim/pm/PkgManagerService.lua index 7ecb641..7820e7d 100644 --- a/core/xim/pm/PkgManagerService.lua +++ b/core/xim/pm/PkgManagerService.lua @@ -42,7 +42,7 @@ function _dectect_and_load_pmanager() if pm == "pacman" then local pm_aur_impl = import("xim.pm.wrapper.aur") - pmanager["aur"] = pm_aur_impl + pmanager["aur"] = PkgManagerWrapper.new(pm_aur_impl) end end