mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 08:12:38 +01:00
update to 1.3.0
This commit is contained in:
parent
748cbcca2a
commit
0d1c4a81bf
4 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.2.9
|
||||
pkgrel = 7
|
||||
pkgver = 1.3.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/goodroot/hyprwhspr
|
||||
install = hyprwhspr.install
|
||||
arch = x86_64
|
||||
|
|
@ -30,7 +30,7 @@ pkgbase = hyprwhspr
|
|||
optdepends = nvidia-utils: For GPU acceleration
|
||||
optdepends = cuda: For GPU acceleration
|
||||
optdepends = whisper.cpp: Use system build instead of building locally in setup step
|
||||
source = hyprwhspr-1.2.9.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.9.tar.gz
|
||||
sha256sums = fe6dca68145588b41c527dacb42075b98e58374c5d98b61ccb32d7f7f8d4ce87
|
||||
source = hyprwhspr-1.3.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.3.0.tar.gz
|
||||
sha256sums = 1558bd7bc836934c1b77bf7186b20541e525944e4537b1d5091c37a68c62b1db
|
||||
|
||||
pkgname = hyprwhspr
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
|
||||
|
||||
pkgname=hyprwhspr
|
||||
pkgver=1.2.9
|
||||
pkgrel=7
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/goodroot/hyprwhspr"
|
||||
|
|
@ -34,7 +34,7 @@ optdepends=(
|
|||
)
|
||||
install=$pkgname.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('fe6dca68145588b41c527dacb42075b98e58374c5d98b61ccb32d7f7f8d4ce87')
|
||||
sha256sums=('1558bd7bc836934c1b77bf7186b20541e525944e4537b1d5091c37a68c62b1db')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Binary file not shown.
BIN
hyprwhspr-1.3.0.tar.gz
Normal file
BIN
hyprwhspr-1.3.0.tar.gz
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue