Update to version 1.1.0 with configurable prompt and paste buffer behaviour,plus improved install messaging

This commit is contained in:
goodroot 2025-09-03 09:45:43 -07:00
parent 6090360aec
commit 4bf4056493
3 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = hyprwhspr
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
pkgver = 1.0.0
pkgver = 1.1.0
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
@ -18,7 +18,7 @@ pkgbase = hyprwhspr
depends = base-devel
optdepends = nvidia-utils: For GPU acceleration
optdepends = cuda: For GPU acceleration
source = hyprwhspr-1.0.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/v1.0.0.tar.gz
sha256sums = 9b5b66fdb777abf701343f162c7d2d739b374d8eed3c8c5a522a5e511423e687
source = hyprwhspr-1.1.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/v1.1.0.tar.gz
sha256sums = 60e704c87894f488f32a434e037c0ded22f3dfdbbf056c8a7e5ca32a74790156
pkgname = hyprwhspr

View file

@ -1,7 +1,7 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.0.0
pkgver=1.1.0
pkgrel=1
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
arch=('x86_64')
@ -29,7 +29,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/goodroot/${pkgname}/archive/v${pkgver}.tar.gz"
)
sha256sums=(
'9b5b66fdb777abf701343f162c7d2d739b374d8eed3c8c5a522a5e511423e687'
'60e704c87894f488f32a434e037c0ded22f3dfdbbf056c8a7e5ca32a74790156'
)
package() {

View file

@ -34,6 +34,8 @@ post_upgrade() {
./scripts/install-omarchy.sh
echo ""
echo "✅ HyprWhspr update completed successfully!"
echo ""
echo "⚠️ IMPORTANT: Log out and back in to ensure proper permissions"
else
echo "❌ Installation script not found. Please run manually:"
echo " /opt/hyprwhspr/scripts/install-omarchy.sh"