fix: drop --locked from VCS PKGBUILDs, add setup and troubleshooting docs

--locked is unreliable for -git packages where Cargo.lock may diverge
from the latest source. Also documents the required paru -Sy --pkgbuilds
step and common error resolutions.
This commit is contained in:
2026-03-28 14:30:04 +01:00
parent a72eca447b
commit 22c1f26d56
3 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ pkgver() {
build() {
cd "$srcdir/greetd-moongreet"
cargo build --release --locked
cargo build --release
}
package() {