From a99ba4a3ec451c43922462119bd796ee714a1674 Mon Sep 17 00:00:00 2001 From: goodroot Date: Tue, 30 Sep 2025 12:53:18 -0700 Subject: [PATCH] polish script --- .SRCINFO | 2 +- PKGBUILD | 2 +- hyprwhspr.install | 6 ------ 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e69157f4c812..1cab8bd07c71 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = hyprwhspr pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration pkgver = 1.2.9 - pkgrel = 4 + pkgrel = 5 url = https://github.com/goodroot/hyprwhspr install = hyprwhspr.install arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 8c94f7e7d159..6b760118eda2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=hyprwhspr pkgver=1.2.9 -pkgrel=4 +pkgrel=5 pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration" arch=('x86_64') url="https://github.com/goodroot/hyprwhspr" diff --git a/hyprwhspr.install b/hyprwhspr.install index 77515a715997..a83e1e68cd2a 100644 --- a/hyprwhspr.install +++ b/hyprwhspr.install @@ -6,12 +6,6 @@ hyprwhspr installed successfully! To complete setup: hyprwhspr-setup -To enable services: - systemctl --user enable --now ydotoold.service hyprwhspr.service - -IMPORTANT: Log out and log back in for permissions to take effect -(Required for /dev/uinput access) - Check status: systemctl --user status hyprwhspr.service