markdown-oxide icon indicating copy to clipboard operation
markdown-oxide copied to clipboard

Installation using paru fails with "tried to update but --locked was passed"

Open yudjinn opened this issue 9 months ago • 2 comments

using paru -S markdown-oxide-git fails with the "tried to update but --locked was passed" error. I was able to resolve this locally by removing the --locked flag in the PKGBUILD

Error:

error: the lock file <REDACTED>/.cache/yay/markdown-oxide-git/src/markdown-oxide/Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.

Note: I tried using the --offline flag but this does require network access, obviously.

yudjinn avatar May 08 '24 20:05 yudjinn