Bump to v1.11.4

This commit is contained in:
goodroot 2025-12-21 20:49:08 -08:00
parent 3e48ac42ae
commit dc5fcc5938
2 changed files with 12 additions and 11 deletions

View file

@ -1,14 +1,14 @@
pkgbase = hyprwhspr
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
pkgver = 1.11.3
pkgrel = 1
pkgdesc = Fast, local speech-to-text for Arch/Omarchy
pkgver = 1.11.4
pkgrel = 2
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
arch = x86_64
license = MIT
makedepends = python-setuptools
depends = python
depends = python-pip
depends = python-setuptools
depends = python-sounddevice
depends = python-numpy
depends = python-scipy
@ -21,7 +21,7 @@ pkgbase = hyprwhspr
depends = pipewire
depends = pipewire-alsa
depends = pipewire-pulse
source = hyprwhspr-1.11.3.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.11.3.tar.gz
sha256sums = 2535602bc1cc8e481883b6f241996f77c6b8bc6e10c5d5697b5acf6a7829cecf
source = hyprwhspr-1.11.4.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.11.4.tar.gz
sha256sums = 719f317d548eb87a4ab7ac229ccc02aa35a7b1ff90b8d743ca5c113f0248b336
pkgname = hyprwhspr

View file

@ -1,16 +1,17 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.11.3
pkgrel=1
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
pkgver=1.11.4
pkgrel=2
pkgdesc="Fast, local speech-to-text for Arch/Omarchy"
arch=('x86_64')
url="https://github.com/goodroot/hyprwhspr"
license=('MIT')
makedepends=('python-setuptools')
makedepends=()
depends=(
'python'
'python-pip'
'python-setuptools'
'python-sounddevice'
'python-numpy'
'python-scipy'
@ -25,7 +26,7 @@ depends=(
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('2535602bc1cc8e481883b6f241996f77c6b8bc6e10c5d5697b5acf6a7829cecf')
sha256sums=('719f317d548eb87a4ab7ac229ccc02aa35a7b1ff90b8d743ca5c113f0248b336')
build() {
cd "$srcdir/$pkgname-$pkgver"