mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to v1.8.9
This commit is contained in:
parent
b89215265a
commit
bf00837587
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = hyprwhspr
|
||||
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
|
||||
pkgver = 1.8.8
|
||||
pkgrel = 3
|
||||
pkgver = 1.8.9
|
||||
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.8.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.8.tar.gz
|
||||
sha256sums = 7828f6d24afedb8da3f09b285a5bb39f79fbf6174b60b2a9540385f19bac2e46
|
||||
source = hyprwhspr-1.8.9.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.9.tar.gz
|
||||
sha256sums = be0bbdae4a0fc8590967e116fb40bc1dabc107d48d0b4fb3e14fdb54f390f613
|
||||
|
||||
pkgname = hyprwhspr
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
|
||||
|
||||
pkgname=hyprwhspr
|
||||
pkgver=1.8.8
|
||||
pkgrel=3
|
||||
pkgver=1.8.9
|
||||
pkgrel=1
|
||||
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/goodroot/hyprwhspr"
|
||||
|
|
@ -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=('7828f6d24afedb8da3f09b285a5bb39f79fbf6174b60b2a9540385f19bac2e46')
|
||||
sha256sums=('be0bbdae4a0fc8590967e116fb40bc1dabc107d48d0b4fb3e14fdb54f390f613')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue