mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to v1.14.1
This commit is contained in:
parent
b3cf43d05c
commit
ef49436db7
2 changed files with 7 additions and 5 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = hyprwhspr
|
||||
pkgdesc = Fast, local speech-to-text for Arch/Omarchy
|
||||
pkgver = 1.14.0
|
||||
pkgver = 1.14.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/goodroot/hyprwhspr
|
||||
install = hyprwhspr.install
|
||||
|
|
@ -27,7 +27,8 @@ pkgbase = hyprwhspr
|
|||
depends = pipewire
|
||||
depends = pipewire-alsa
|
||||
depends = pipewire-pulse
|
||||
source = hyprwhspr-1.14.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.14.0.tar.gz
|
||||
sha256sums = 65206c191b7a1ee3b2bdd8d6678a6f8e56b76adfdf289488ad5da6aace53dbc6
|
||||
optdepends = gtk4-layer-shell: for themed Mic-OSD visualization
|
||||
source = hyprwhspr-1.14.1.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.14.1.tar.gz
|
||||
sha256sums = 3979427a474fb11793cf33f4b96b43af128e933a6ac453197e4c1d72db97390c
|
||||
|
||||
pkgname = hyprwhspr
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
|
||||
|
||||
pkgname=hyprwhspr
|
||||
pkgver=1.14.0
|
||||
pkgver=1.14.1
|
||||
pkgrel=1
|
||||
pkgdesc="Fast, local speech-to-text for Arch/Omarchy"
|
||||
arch=('x86_64')
|
||||
|
|
@ -29,10 +29,11 @@ depends=(
|
|||
'ydotool'
|
||||
'pipewire' 'pipewire-alsa' 'pipewire-pulse'
|
||||
)
|
||||
optdepends=('gtk4-layer-shell: for themed Mic-OSD visualization')
|
||||
|
||||
install=$pkgname.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('65206c191b7a1ee3b2bdd8d6678a6f8e56b76adfdf289488ad5da6aace53dbc6')
|
||||
sha256sums=('3979427a474fb11793cf33f4b96b43af128e933a6ac453197e4c1d72db97390c')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue