diff --git a/slpkg/binary/check.py b/slpkg/binary/check.py index 552f2520..0cea9e1a 100644 --- a/slpkg/binary/check.py +++ b/slpkg/binary/check.py @@ -49,7 +49,7 @@ def pkg_upgrade(repo, skip): # location = data[1] # size = data[2] # unsize = data[3] - data = repo_data(PACKAGES_TXT, 2000, repo, True) + data = repo_data(PACKAGES_TXT, 2000, repo, resolve=True) index, toolbar_width = 0, 1000 for pkg in installed(): index += 1