Feel-ix-343 / markdown-oxide

Editor Agnostic PKM: you bring the text editor and we bring the PKM - inspired by and compatible with Obsidian
GNU General Public License v3.0
684 stars 10 forks source link

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

Open yudjinn opened 1 month ago

yudjinn commented 1 month ago

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.

Feel-ix-343 commented 1 month ago

Hmmm I guess the pkgbuild was modified.

@sQVe what are your thoughts?

Feel-ix-343 commented 1 month ago

Is this still not working?