archlinuxfr / yaourt

[unmaintained] A Pacman frontend with more features and AUR support
598 stars 98 forks source link

Add search for AUR packages by co-maintainer #367

Open alerque opened 6 years ago

alerque commented 6 years ago

The --maintainer flag is great for getting a list of packages I maintain so that I can do automated things like check out all of the package builds at once. However I also co-maintain a number of packages and it would be nice to be able to search for these as well. A --co-maintainer flag would be a nice addition.

alerque commented 6 years ago

It looks like adding this feature might be dependent on the upstream RPC interface supporting such a query. I've added a feature request regarding that.

f2404 commented 6 years ago

You're right, that would require support from the RPC interface which seems to be missing.