Trying to update Paru on Arch Linux Arm, I ran into the error mentioned in this thread:
https://github.com/Morganamilo/paru/issues/1154
As per the comments on the above, by amending my local copy of the PKGBUILD I was able to successfully update Paru.
Just before 'cargo build --frozen --features "${_features:-}" --release --target-dir target' I added the following lines:
if [[ $CARCH = aarch64 ]]; then
_features+="generate,"
fi
and added clang to the makedepends.
Pinned Comments
haxie commented on 2023-05-26 17:45 (UTC)
you're better off contacting her via the github, this comments section is 90% "it's out of date" from people who didn't scroll down before posting