From 86327fd1f238f127fcac0cdb76276f209f791f09 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Mon, 20 Apr 2026 09:41:50 +0200 Subject: [PATCH] chore(moonlock-git): bump pkgrel to 2 to trigger rebuild Previous build failed (cargo missing due to makepkg -d flag). CI fixed in 49c7031. Bump pkgrel so the registry gets a fresh artifact. --- moonlock-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonlock-git/PKGBUILD b/moonlock-git/PKGBUILD index e01f0d7..b0596f9 100644 --- a/moonlock-git/PKGBUILD +++ b/moonlock-git/PKGBUILD @@ -5,7 +5,7 @@ pkgname=moonlock-git pkgver=0.6.9.r1.g3f4448c -pkgrel=1 +pkgrel=2 pkgdesc="A secure Wayland lockscreen with GTK4, PAM and fingerprint support" arch=('x86_64') url="https://gitea.moonarch.de/nevaforget/moonlock"