vinifmor / bauh

Graphical user interface for managing your Linux applications. Supports AppImage, Debian and Arch packages (including AUR), Flatpak, Snap and native Web applications
zlib License
959 stars 71 forks source link

Show whether AUR packages are flagged as outdated or orphaned #236

Closed HitCoder9768 closed 2 years ago

HitCoder9768 commented 2 years ago

I feel like this would be a particularly useful addition as a lot of people potentially using bauh to manage packages would not be looking to manually check whether a package is outdated or orphaned on the AUR itself or with something like yay

vinifmor commented 2 years ago

Hi @HitCoder9768 , I will have a look if the AUR's API provides this information

HitCoder9768 commented 2 years ago

Sorry for the late response. In case you've not found it yet, it's here on the wiki https://wiki.archlinux.org/title/Aurweb_RPC_interface#return_data the out of date flag is OutOfDate and I think orphaned packages will return an empty maintainer list (and in bauh this comes up with "unknown", so perhaps nothing needs to change in that case?)

vinifmor commented 2 years ago

Now you can check these fields on the info dialog or use the "Category" filter. These changes are currently available on the staging branch (bauh-staging on AUR)