mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to v1.6.1: fix newline replacement in text injector
This commit is contained in:
parent
db98c9fe7b
commit
1d9e513e7a
2 changed files with 8 additions and 7 deletions
11
.SRCINFO
11
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue