add base-devel dependencies
By adding all the base-devel packages as dependencies, people have all the required software installed to use Yay right away.
This is how we have done it in ARM for a little while now.
Else people need to make sure those are installed manually anyway, which does not make sense for an AUR helper.
So add all the base-devel
packages as runtime dependencies for this package.
Signed-off-by: Dan Johansen strit@manjaro.org
Merge request reports
Activity
people need to make sure those are installed manually, which does not make sense for an AUR helper.
Installing the
base-devel
group is a requirement for using the AUR. Those packages are not runtime dependencies, they are only for building packages.