v1.2.2: installer uses user venv in AUR mode

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

View file

@ -23,6 +23,6 @@ pkgbase = hyprwhspr
optdepends = waybar: For tray/status
optdepends = whisper.cpp: Use system build instead of building locally in setup step
source = hyprwhspr-1.2.2.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.2.tar.gz
sha256sums = 357d905dd667b31da5c2f23e4908e0103ea12cb781cb6fff39ee2f08840108dd
sha256sums = 6a509484426d9cab003d7757620e149f90a8f309f041a79930b54cedc02f0da5
pkgname = hyprwhspr

View file

@ -26,7 +26,7 @@ optdepends=(
)
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('357d905dd667b31da5c2f23e4908e0103ea12cb781cb6fff39ee2f08840108dd')
sha256sums=('6a509484426d9cab003d7757620e149f90a8f309f041a79930b54cedc02f0da5')
build() {
cd "$srcdir/$pkgname-$pkgver"