hip flags

This commit is contained in:
goodroot 2025-10-09 16:37:11 -07:00
parent 254557868b
commit 26eb8983c2
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = hyprwhspr
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
pkgver = 1.4.3
pkgver = 1.4.4
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
@ -22,7 +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.4.3.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.4.3.tar.gz
sha256sums = d10390c3764d54a23dc6300f46d7c57d8b43a7066f568d56ab6964d43d24d60f
source = hyprwhspr-1.4.4.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.4.4.tar.gz
sha256sums = 6b02a8e129ccba921a028fd1febc51a3d7eb336f8244a7431b77a58e3e52e474
pkgname = hyprwhspr

View file

@ -1,7 +1,7 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.4.3
pkgver=1.4.4
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=('d10390c3764d54a23dc6300f46d7c57d8b43a7066f568d56ab6964d43d24d60f')
sha256sums=('6b02a8e129ccba921a028fd1febc51a3d7eb336f8244a7431b77a58e3e52e474')
build() {
cd "$srcdir/$pkgname-$pkgver"