This commit is contained in:
goodroot 2025-10-16 16:29:37 -07:00
parent 1f91c91385
commit f4fdce792f
2 changed files with 6 additions and 8 deletions

View file

@ -1,11 +1,11 @@
pkgbase = hyprwhspr
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
pkgver = 1.5.0
pkgver = 1.6.0
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
arch = x86_64
license = MIT
makedepends =
depends = python
depends = ydotool
depends = pipewire
@ -22,7 +22,5 @@ pkgbase = hyprwhspr
optdepends = cuda: For GPU acceleration
optdepends = whisper.cpp: Use system build instead of building locally in setup step
optdepends = python-pip: Required for Python dependencies (installed automatically)
source = hyprwhspr-1.5.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.5.0.tar.gz
sha256sums = d9eeaac0af217ebb3945a8ff21390e68ac0a4a34cb75d8e61c8103206ad4979d
pkgname = hyprwhspr
source = hyprwhspr-1.6.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.6.0.tar.gz
sha256sums = 2f42af9745efb90c8c3401028b27bbed2940c9b0909f18ff8d43d0393c45ea77

View file

@ -1,7 +1,7 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.5.0
pkgver=1.6.0
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=('d9eeaac0af217ebb3945a8ff21390e68ac0a4a34cb75d8e61c8103206ad4979d')
sha256sums=('2f42af9745efb90c8c3401028b27bbed2940c9b0909f18ff8d43d0393c45ea77')
build() {
cd "$srcdir/$pkgname-$pkgver"