crystal-linux/amethyst

[BUG]: checkdepends aren't installed when trying to install an aur package

fries1234 opened this issue · 1 comments

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

  1. Find an AUR package with checkdeps that aren't already installed on your computer.
  2. Try to install the package
  3. 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

This issue depends on Trivernis/aur-rpc#1.