We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like this is required in order to resolve yaourt issue: archlinuxfr/yaourt#39
The text was updated successfully, but these errors were encountered:
The original issue has been resolved within yaourt.
However, do we want to show the packages depending on the provided items, as well as depending on the target itself?
For example, currently the output is
$ package-query -S --qdepends vid.stab community/openshot 1.4.3-5
And it could be changed to also consider libvidstab.so=1.1-32 which is provided by vid.stab; so the output would be something like
libvidstab.so=1.1-32
vid.stab
$ package-query -S --qdepends vid.stab community/openshot 1.4.3-5 extra/ffmpeg 1:2.8.1-3 [installed] [depends on libvidstab.so=1.1-32]
Sorry, something went wrong.
Yup, You can implement this !
No branches or pull requests
Looks like this is required in order to resolve yaourt issue: archlinuxfr/yaourt#39
The text was updated successfully, but these errors were encountered: