Bump to v1.9.11

This commit is contained in:
goodroot 2025-12-10 11:35:56 -08:00
parent 6f24bd66cc
commit 660912d203
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.9.10
pkgver = 1.9.11
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
@ -20,7 +20,7 @@ pkgbase = hyprwhspr
depends = pipewire
depends = pipewire-alsa
depends = pipewire-pulse
source = hyprwhspr-1.9.10.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.9.10.tar.gz
sha256sums = d97035abffe2d95c42dde80d1b16d96c189e82b8779a693c03bf62bb2889a47e
source = hyprwhspr-1.9.11.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.9.11.tar.gz
sha256sums = 5dedec0b9d2f7dbd5e5ccbbb234d920ff60d6c9ffef4b713911ca4ed3373f30b
pkgname = hyprwhspr

View file

@ -1,7 +1,7 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.9.10
pkgver=1.9.11
pkgrel=1
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
arch=('x86_64')
@ -24,7 +24,7 @@ depends=(
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('d97035abffe2d95c42dde80d1b16d96c189e82b8779a693c03bf62bb2889a47e')
sha256sums=('5dedec0b9d2f7dbd5e5ccbbb234d920ff60d6c9ffef4b713911ca4ed3373f30b')
build() {
cd "$srcdir/$pkgname-$pkgver"