Modifying package dependencies doesn't seem to work for me? #965
Unanswered
juliavdkris
asked this question in
Q&A
Replies: 1 comment
-
I have also found this issue. Currently, OpenSCAD has an issue in it's PKGBUILD that prevents it from building successfully, so I need to edit the PKGBUILD to adjust the issue in the dependencies. However, even though I am wondering if the dependencies are not fully determined by the PKGBUILD itself |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I've been using paru for years now, and really like it. But if I needed to change a package's dependencies, I've always just resorted to cloning the repo from the AUR myself, editing it and doing a
makepkg -si
. I recently discovered that paru has a--fm
flag for editing files before installing, but I can't quite get it to work.The package I'm trying to install is podman-desktop, which depends on nodejs-lts-gallium. I want to use the regular nodejs instead, and in my experience that actually works fine. I first tried
paru --fm code -S podman-desktop
, and changed the PKGBUILD and SRCINFO files. But when I proceed with the installation, it still tries to install nodejs-lts-gallium. I tried adding the--savechanges
flag to commit the changes, but even then the same issue occurs.Is this a bug, or am I doing something wrong? Any help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions