This commit is contained in:
goodroot 2025-12-08 00:04:29 -08:00
parent 8c36e52306
commit d3f80d5ba4
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.10
pkgver = 1.8.11
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.10.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.10.tar.gz
sha256sums = e34d93e703891bd17cf7b5cae7a30f46a453a6d6ea393b843e6e60fddb30030a
source = hyprwhspr-1.8.11.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.11.tar.gz
sha256sums = a73f9080c50b1c463075c7cae9d66ecd0816b4118f91976cfbe900dc67b0822e
pkgname = hyprwhspr

View file

@ -1,7 +1,7 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.8.10
pkgver=1.8.11
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=('e34d93e703891bd17cf7b5cae7a30f46a453a6d6ea393b843e6e60fddb30030a')
sha256sums=('a73f9080c50b1c463075c7cae9d66ecd0816b4118f91976cfbe900dc67b0822e')
build() {
cd "$srcdir/$pkgname-$pkgver"