mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to v1.17.1
This commit is contained in:
parent
6bcc150ad6
commit
6df68c59bd
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = hyprwhspr
|
||||
pkgdesc = Fast, local speech-to-text for Arch/Omarchy
|
||||
pkgver = 1.17.0
|
||||
pkgver = 1.17.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/goodroot/hyprwhspr
|
||||
install = hyprwhspr.install
|
||||
|
|
@ -28,7 +28,7 @@ pkgbase = hyprwhspr
|
|||
depends = pipewire-alsa
|
||||
depends = pipewire-pulse
|
||||
optdepends = gtk4-layer-shell: for themed Mic-OSD visualization
|
||||
source = hyprwhspr-1.17.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.17.0.tar.gz
|
||||
sha256sums = 7b7aa1d0840c9a4863ea4a13f2644bb8e81484e544541417b5b0b22a719c233e
|
||||
source = hyprwhspr-1.17.1.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.17.1.tar.gz
|
||||
sha256sums = dd7d7c9e52a6ff599caa59a48551842a671413c312ed47815ceadb3265500a65
|
||||
|
||||
pkgname = hyprwhspr
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
|
||||
|
||||
pkgname=hyprwhspr
|
||||
pkgver=1.17.0
|
||||
pkgver=1.17.1
|
||||
pkgrel=1
|
||||
pkgdesc="Fast, local speech-to-text for Arch/Omarchy"
|
||||
arch=('x86_64')
|
||||
|
|
@ -33,7 +33,7 @@ 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=('7b7aa1d0840c9a4863ea4a13f2644bb8e81484e544541417b5b0b22a719c233e')
|
||||
sha256sums=('dd7d7c9e52a6ff599caa59a48551842a671413c312ed47815ceadb3265500a65')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue