From 737c05f58597dfe2cb2b35293faaa92ed9628a45 Mon Sep 17 00:00:00 2001 From: goodroot Date: Tue, 21 Oct 2025 16:40:09 -0700 Subject: [PATCH] new rel --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 837644fa049f6..9d5833f4d5b4c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = hyprwhspr pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration pkgver = 1.7.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/goodroot/hyprwhspr install = hyprwhspr.install arch = x86_64 @@ -23,6 +23,6 @@ pkgbase = hyprwhspr 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 = 1372601045124e769779494371f44edb3f03939e7614c43385eb23af1880637e + sha256sums = d66dac67106f09187630282b1b140828fc84fd322d27354fbbb9ee8abd0acf62 pkgname = hyprwhspr diff --git a/PKGBUILD b/PKGBUILD index a75a285c21860..ff7fb6adf6850 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=hyprwhspr pkgver=1.7.0 -pkgrel=1 +pkgrel=2 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=('1372601045124e769779494371f44edb3f03939e7614c43385eb23af1880637e') +sha256sums=('d66dac67106f09187630282b1b140828fc84fd322d27354fbbb9ee8abd0acf62') build() { cd "$srcdir/$pkgname-$pkgver"