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
yay v12.4.2 - libalpm v15.0.0
some dependencies persist even after modifying the PKGBUILD file
yay -S --editmenu peazip
: ${_widgets=qt6}
: ${_widgets=gtk2}
qt6pas
according to PKGBUILD section:
case "${_widgets::1}" in g) depends+=("${_widgets}") ;; q) depends+=("${_widgets}pas") ;; esac
the qt6pas dependency should NOT be installed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Version
yay v12.4.2 - libalpm v15.0.0
Describe the bug
some dependencies persist even after modifying the PKGBUILD file
Reproduction Steps
yay -S --editmenu peazip
: ${_widgets=qt6}
to: ${_widgets=gtk2}
qt6pas
dependencyExpected behavior
according to PKGBUILD section:
the
qt6pas
dependency should NOT be installedThe text was updated successfully, but these errors were encountered: