manjaro / pamac

This repo has been archived. Our code is now hosted at
https://gitlab.manjaro.org/
GNU General Public License v3.0
223 stars 38 forks source link

Show AUR details for installed packages #446

Open Madis0 opened 6 years ago

Madis0 commented 6 years ago

It would be useful to show AUR details for packages that are installed too. Details include:

guinux commented 6 years ago

It's already the case: capture du 2018-06-02 11-42-21

Madis0 commented 6 years ago

Since 6.4.0? For some reason I have 6.3.92-1, though I updated it yesterday. I also see the auto-download option in settings, so it should be the latest for Manjaro... screenshot from 2018-06-02 13-36-24

Edit: looks like I don't see votes either, that is replaced by install reason

philmmanjaro commented 6 years ago

@Madis0: by default AUR support is disabled. Therefore it doesn't connect to AUR. It was first added via https://github.com/manjaro/pamac/commit/00fd98ae27ea33623033c4913a91c0262d98b984

Madis0 commented 6 years ago

I had AUR enabled for a long time in the settings, that same package is installed from it. Now I re-enabled it and still can't see this.

philmmanjaro commented 6 years ago

pamac-aur It might be only displayed when the package is not installed ...

guinux commented 6 years ago

@Madis0: it's because you installed firefox-nightly. Url is shown for uninstalled aur pkgs :)

Madis0 commented 6 years ago

Right, can confirm now. screenshot from 2018-06-02 15-51-54 Editing the issue to reflect this.

philmmanjaro commented 6 years ago

Well, it might be possible to check if the installed package is available in AUR also. However, pamac currently uses a different engine to check for details on installed packages. Here we currently use the info the local DB provides us.