From a72eca447bb00b5d6ad986383de218183c3edbf9 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Sat, 28 Mar 2026 14:24:49 +0100 Subject: [PATCH] fix(moonset): drop --locked flag for VCS package --locked requires an up-to-date Cargo.lock at build time, which is unreliable for -git packages where source changes continuously. --- moonset-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonset-git/PKGBUILD b/moonset-git/PKGBUILD index 6f1a5d8..269d075 100644 --- a/moonset-git/PKGBUILD +++ b/moonset-git/PKGBUILD @@ -30,7 +30,7 @@ pkgver() { build() { cd "$srcdir/moonset" - cargo build --release --locked + cargo build --release } package() {