actionless / pikaur

AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
GNU General Public License v3.0
868 stars 87 forks source link

Dialog for replacing packages #90

Closed AlexWayfer closed 6 years ago

AlexWayfer commented 6 years ago
$ pikaur -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
:: Starting full AUR upgrade...
Reading local package database...
Reading repository package databases...
Reading AUR packages info...
:: warning: Following packages cannot be found in AUR:
    gnome-themes-standard    
    gnome-tweak-tool    
Resolving AUR dependencies...

:: Repository packages will be installed:
$ pacaur -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
:: Replace gnome-themes-standard with extra/gnome-themes-extra? [Y/n] 
:: Replace gnome-tweak-tool with extra/gnome-tweaks? [Y/n] 
resolving dependencies...
looking for conflicting packages...
$ aurman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
:: Replace gnome-themes-standard with extra/gnome-themes-extra? [Y/n] 
:: Replace gnome-tweak-tool with extra/gnome-tweaks? [Y/n] 
resolving dependencies...
looking for conflicting packages...
actionless commented 6 years ago

that was implemented before but was removed in the recent release based on the following discussion: https://github.com/actionless/pikaur/issues/81#issuecomment-374616746

actionless commented 6 years ago

if you have opinion on that please reply to #81

AlexWayfer commented 6 years ago

Thank you.