From bf00837587040ba3ba2a43d9d279271b310de531 Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Sun, 7 Dec 2025 23:34:14 -0800 Subject: [PATCH] Bump to v1.8.9 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b7316f181212f..e915fd575d05e 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.8.8 - pkgrel = 3 + pkgver = 1.8.9 + pkgrel = 1 url = https://github.com/goodroot/hyprwhspr install = hyprwhspr.install arch = x86_64 @@ -20,7 +20,7 @@ pkgbase = hyprwhspr depends = pipewire-alsa depends = pipewire-pulse depends = pipewire-jack - source = hyprwhspr-1.8.8.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.8.tar.gz - sha256sums = 7828f6d24afedb8da3f09b285a5bb39f79fbf6174b60b2a9540385f19bac2e46 + source = hyprwhspr-1.8.9.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.9.tar.gz + sha256sums = be0bbdae4a0fc8590967e116fb40bc1dabc107d48d0b4fb3e14fdb54f390f613 pkgname = hyprwhspr diff --git a/PKGBUILD b/PKGBUILD index 4ea240c74683a..5e4659dfc1c88 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: goodroot pkgname=hyprwhspr -pkgver=1.8.8 -pkgrel=3 +pkgver=1.8.9 +pkgrel=1 pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration" arch=('x86_64') url="https://github.com/goodroot/hyprwhspr" @@ -23,7 +23,7 @@ depends=( install=$pkgname.install source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('7828f6d24afedb8da3f09b285a5bb39f79fbf6174b60b2a9540385f19bac2e46') +sha256sums=('be0bbdae4a0fc8590967e116fb40bc1dabc107d48d0b4fb3e14fdb54f390f613') build() { cd "$srcdir/$pkgname-$pkgver"