Update to v1.2.6

This commit is contained in:
goodroot 2025-09-06 19:15:36 -07:00
parent 2220c06d2e
commit 956fa1882b
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.2.5
pkgver = 1.2.6
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
@ -22,7 +22,7 @@ pkgbase = hyprwhspr
optdepends = cuda: For GPU acceleration
optdepends = waybar: For tray/status
optdepends = whisper.cpp: Use system build instead of building locally in setup step
source = hyprwhspr-1.2.5.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.5.tar.gz
sha256sums = ac857539d640ae225ae7e8a200401f92f0301c9e91a80e27681aa1253fbed7c0
source = hyprwhspr-1.2.6.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.6.tar.gz
sha256sums = 1b9fccc85cc852a53cac8d8cd4fa50b169ded6de563d4819a73277e160d3c9d6
pkgname = hyprwhspr

View file

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