v1.2.2: installer uses user venv in AUR mode

This commit is contained in:
goodroot 2025-09-06 17:42:06 -07:00
parent 3f8fe4f762
commit 0e00766761
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = hyprwhspr
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
pkgver = 1.2.1
pkgrel = 3
pkgver = 1.2.2
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
arch = x86_64
@ -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.1.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.1.tar.gz
source = hyprwhspr-1.2.2.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.2.tar.gz
sha256sums = 357d905dd667b31da5c2f23e4908e0103ea12cb781cb6fff39ee2f08840108dd
pkgname = hyprwhspr

View file

@ -1,8 +1,8 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.2.1
pkgrel=3
pkgver=1.2.2
pkgrel=1
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
arch=('x86_64')
url="https://github.com/goodroot/hyprwhspr"