Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make checking whether AUR packages exist fast #1

Open
gsingh93 opened this issue Dec 25, 2014 · 0 comments
Open

Make checking whether AUR packages exist fast #1

gsingh93 opened this issue Dec 25, 2014 · 0 comments

Comments

@gsingh93
Copy link
Owner

It's easy to verify that packages in the official repos exist, as you can simply see if the packages exist in the output of pacman -Ss. However, I don't know of any easy way to get the list of packages from the AUR, so instead the output of yaourt -Ss package_name needs to be checked for each AUR package, which is slow.

AurJson might be one way to get this package list.

Once this is fixed, the -s flag for skipping this verification should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant