bump 1.7.1

This commit is contained in:
goodroot 2025-10-25 16:57:23 -07:00
parent 737c05f585
commit 07690902ac
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = hyprwhspr
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
pkgver = 1.7.0
pkgrel = 2
pkgver = 1.7.1
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 = whisper.cpp: Use system build instead of building locally in setup step
optdepends = python-pip: Required for Python dependencies (installed automatically)
source = hyprwhspr-1.7.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.7.0.tar.gz
sha256sums = d66dac67106f09187630282b1b140828fc84fd322d27354fbbb9ee8abd0acf62
source = hyprwhspr-1.7.1.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.7.1.tar.gz
sha256sums = 38597471ef0b87010521ab61e19a4b1647c714387870bd3e709ae7130d5308d3
pkgname = hyprwhspr

View file

@ -1,8 +1,8 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.7.0
pkgrel=2
pkgver=1.7.1
pkgrel=1
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
arch=('x86_64')
url="https://github.com/goodroot/hyprwhspr"
@ -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=('d66dac67106f09187630282b1b140828fc84fd322d27354fbbb9ee8abd0acf62')
sha256sums=('38597471ef0b87010521ab61e19a4b1647c714387870bd3e709ae7130d5308d3')
build() {
cd "$srcdir/$pkgname-$pkgver"