mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
package mgmnt
This commit is contained in:
parent
50dd14e53c
commit
23be491ba9
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = hyprwhspr
|
||||
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
|
||||
pkgver = 1.4.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/goodroot/hyprwhspr
|
||||
install = hyprwhspr.install
|
||||
arch = x86_64
|
||||
|
|
@ -15,7 +15,6 @@ pkgbase = hyprwhspr
|
|||
depends = python-sounddevice
|
||||
depends = python-evdev
|
||||
depends = python-requests
|
||||
depends = python-pywhispercpp
|
||||
depends = ydotool
|
||||
depends = pipewire
|
||||
depends = pipewire-alsa
|
||||
|
|
@ -30,6 +29,7 @@ pkgbase = hyprwhspr
|
|||
optdepends = nvidia-utils: For GPU acceleration
|
||||
optdepends = cuda: For GPU acceleration
|
||||
optdepends = whisper.cpp: Use system build instead of building locally in setup step
|
||||
optdepends = python-pywhispercpp: For pywhispercpp backend (installed automatically by setup)
|
||||
source = hyprwhspr-1.4.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.4.0.tar.gz
|
||||
sha256sums = 796d9ab9ebc81753540f8544c6316ad9d593e77b197b602d04ba94cfc97be782
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=hyprwhspr
|
||||
pkgver=1.4.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/goodroot/hyprwhspr"
|
||||
|
|
@ -17,7 +17,6 @@ depends=(
|
|||
'python-sounddevice'
|
||||
'python-evdev'
|
||||
'python-requests'
|
||||
'python-pywhispercpp'
|
||||
'ydotool'
|
||||
'pipewire' 'pipewire-alsa' 'pipewire-pulse' 'pipewire-jack'
|
||||
'cmake'
|
||||
|
|
@ -31,6 +30,7 @@ optdepends=(
|
|||
'nvidia-utils: For GPU acceleration'
|
||||
'cuda: For GPU acceleration'
|
||||
'whisper.cpp: Use system build instead of building locally in setup step'
|
||||
'python-pywhispercpp: For pywhispercpp backend (installed automatically by setup)'
|
||||
)
|
||||
install=$pkgname.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue