Bump to v1.8.7

This commit is contained in:
goodroot 2025-12-07 23:13:13 -08:00
parent 437339be3c
commit 0cdfc8b727
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
pkgbase = hyprwhspr
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
pkgver = 1.8.6
pkgrel = 3
pkgver = 1.8.7
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
arch = x86_64
@ -20,7 +20,7 @@ pkgbase = hyprwhspr
depends = pipewire-alsa
depends = pipewire-pulse
depends = pipewire-jack
source = hyprwhspr-1.8.6.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.6.tar.gz
sha256sums = aecfcfcdb6b453e5afe3acdb4fb86ad7cb73f91c8b95f882a8149476168be17b
source = hyprwhspr-1.8.7.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.7.tar.gz
sha256sums = 28f08f41ee6aea71594c9302250b9274ee277b60d110e74360f3e09f96de5c0c
pkgname = hyprwhspr

View file

@ -1,7 +1,7 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.8.6
pkgver=1.8.7
pkgrel=3
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
arch=('x86_64')
@ -23,7 +23,7 @@ depends=(
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('aecfcfcdb6b453e5afe3acdb4fb86ad7cb73f91c8b95f882a8149476168be17b')
sha256sums=('28f08f41ee6aea71594c9302250b9274ee277b60d110e74360f3e09f96de5c0c')
build() {
cd "$srcdir/$pkgname-$pkgver"