Bump to v1.6.1: fix newline replacement in text injector

This commit is contained in:
goodroot 2025-10-17 08:56:17 -07:00
parent db98c9fe7b
commit 1d9e513e7a
2 changed files with 8 additions and 7 deletions

View file

@ -1,12 +1,11 @@
pkgbase = hyprwhspr
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
pkgname = hyprwhspr
pkgver = 1.6.0
pkgver = 1.6.1
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
arch = x86_64
license = MIT
makedepends =
depends = python
depends = ydotool
depends = pipewire
@ -23,5 +22,7 @@ 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.6.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.6.0.tar.gz
sha256sums = 2f42af9745efb90c8c3401028b27bbed2940c9b0909f18ff8d43d0393c45ea77
source = hyprwhspr-1.6.1.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.6.1.tar.gz
sha256sums = 2ae0a6b3576ae8119d8806398a28e9189daa111050dc2921c15b07359bb276c4
pkgname = hyprwhspr

View file

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