From 4dbd75ca421b0f4398d0488391a41ea27d848685 Mon Sep 17 00:00:00 2001 From: goodroot Date: Tue, 21 Oct 2025 16:36:10 -0700 Subject: [PATCH] bump 1.7.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 405c5108ce9cf..837644fa049f6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = hyprwhspr pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration - pkgver = 1.6.1 + pkgver = 1.7.0 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.6.1.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.6.1.tar.gz - sha256sums = 2ae0a6b3576ae8119d8806398a28e9189daa111050dc2921c15b07359bb276c4 + source = hyprwhspr-1.7.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.7.0.tar.gz + sha256sums = 1372601045124e769779494371f44edb3f03939e7614c43385eb23af1880637e pkgname = hyprwhspr diff --git a/PKGBUILD b/PKGBUILD index 3a1431bcdafac..a75a285c21860 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: goodroot pkgname=hyprwhspr -pkgver=1.6.1 +pkgver=1.7.0 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=('2ae0a6b3576ae8119d8806398a28e9189daa111050dc2921c15b07359bb276c4') +sha256sums=('1372601045124e769779494371f44edb3f03939e7614c43385eb23af1880637e') build() { cd "$srcdir/$pkgname-$pkgver"