[BUG]: checkdepends aren't installed when trying to install an aur package
fries1234 opened this issue · 1 comments
fries1234 commented
Describe the bug
When trying to install an AUR package, some packages have a check()
function. This function always runs when you run makepkg so you have no way to avoid it. If you're missing some checkdeps, then the check()
function will fail and the package will fail to build as a result. I'd say this is a bug as checkdeps are required for a package to build and the other AUR helpers like paru
and yay
install these.
To reproduce the bug
- Find an AUR package with checkdeps that aren't already installed on your computer.
- Try to install the package
- It will fail because it doesn't have the required deps
Expected behavior
I excepted amethyst to install all the deps that are required to build a package.
Screenshots
No response
Additional context
No response
fries1234 commented
This issue depends on Trivernis/aur-rpc#1.