This commit is contained in:
goodroot 2025-12-07 22:57:51 -08:00
parent 7db15bbfbc
commit 4a5b135038
2 changed files with 5 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.8.4
pkgver = 1.8.5
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
@ -20,7 +20,7 @@ pkgbase = hyprwhspr
depends = pipewire-alsa
depends = pipewire-pulse
depends = pipewire-jack
source = hyprwhspr-1.8.4.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.4.tar.gz
sha256sums = bcebbe87e81fde9d1f22ca92b5c0e8e200028193d735b91996070fcd13ac199e
source = hyprwhspr-1.8.5.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.5.tar.gz
sha256sums = d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed
pkgname = hyprwhspr

View file

@ -1,7 +1,7 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.8.4
pkgver=1.8.5
pkgrel=1
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
arch=('x86_64')
@ -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=('bcebbe87e81fde9d1f22ca92b5c0e8e200028193d735b91996070fcd13ac199e')
sha256sums=('d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed')
build() {
cd "$srcdir/$pkgname-$pkgver"