index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/pacman/query.c | 2 |
diff --git a/src/pacman/query.c b/src/pacman/query.c index 7a19ae35..3e993bf0 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -270,7 +270,7 @@ int pacman_query(alpm_list_t *targets) printf(_("Checking for package upgrades...")); alpm_list_t *syncpkgs; - if((syncpkgs = alpm_get_upgrades()) != NULL) { + if((syncpkgs = alpm_db_get_upgrades()) != NULL) { display_targets(syncpkgs); return(0); } else { |