mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 01:42:16 +01:00
Update to v1.2.5
This commit is contained in:
parent
d23e45cdf6
commit
2220c06d2e
3 changed files with 7 additions and 10 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = hyprwhspr
|
||||
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
|
||||
pkgver = 1.2.4
|
||||
pkgver = 1.2.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/goodroot/hyprwhspr
|
||||
install = hyprwhspr.install
|
||||
|
|
@ -22,7 +22,7 @@ pkgbase = hyprwhspr
|
|||
optdepends = cuda: For GPU acceleration
|
||||
optdepends = waybar: For tray/status
|
||||
optdepends = whisper.cpp: Use system build instead of building locally in setup step
|
||||
source = hyprwhspr-1.2.4.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.4.tar.gz
|
||||
sha256sums = 4221fa24fe61d96fd9f8289373a48102f901a65c144442d29d9726f2ce4fc279
|
||||
source = hyprwhspr-1.2.5.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.5.tar.gz
|
||||
sha256sums = ac857539d640ae225ae7e8a200401f92f0301c9e91a80e27681aa1253fbed7c0
|
||||
|
||||
pkgname = hyprwhspr
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
|
||||
|
||||
pkgname=hyprwhspr
|
||||
pkgver=1.2.4
|
||||
pkgver=1.2.5
|
||||
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=('4221fa24fe61d96fd9f8289373a48102f901a65c144442d29d9726f2ce4fc279')
|
||||
sha256sums=('ac857539d640ae225ae7e8a200401f92f0301c9e91a80e27681aa1253fbed7c0')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
|
|
@ -5,16 +5,13 @@ hyprwhspr installed.
|
|||
|
||||
Finish setup:
|
||||
hyprwhspr-setup
|
||||
• To auto-edit Waybar (opt-in), run:
|
||||
HYPRWHSPR_WAYBAR_AUTO=1 hyprwhspr-setup
|
||||
|
||||
Enable the user services:
|
||||
systemctl --user enable --now ydotoold.service
|
||||
systemctl --user enable --now hyprwhspr.service
|
||||
|
||||
Waybar (optional):
|
||||
• Tray script: /usr/lib/hyprwhspr/config/hyprwhspr-tray.sh
|
||||
• To auto-edit Waybar (opt-in), run:
|
||||
HYPRWHSPR_WAYBAR_AUTO=1 hyprwhspr-setup
|
||||
|
||||
Config:
|
||||
The setup will create/update:
|
||||
~/.config/hyprwhspr/config.json
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue