From 9bb5e2dcb2a2eb07680d82f772f3a8e84c8febfd Mon Sep 17 00:00:00 2001 From: goodroot Date: Sat, 6 Sep 2025 16:20:44 -0700 Subject: [PATCH] Fix PKGBUILD pkgrel to match .SRCINFO - Update PKGBUILD pkgrel from 4 to 10 to match .SRCINFO - This ensures consistent versioning between AUR database and local builds --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index ed67c97bffde..cb862f1bddf6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=hyprwhspr pkgver=1.2.0 -pkgrel=4 +pkgrel=10 pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration" arch=('x86_64') url="https://github.com/goodroot/hyprwhspr"