mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 06:32:35 +01:00
aur release
This commit is contained in:
parent
805e6d88fd
commit
64d050d754
4 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = hyprwhspr
|
||||
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
|
||||
pkgver = 1.3.2
|
||||
pkgver = 1.3.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/goodroot/hyprwhspr
|
||||
install = hyprwhspr.install
|
||||
|
|
@ -29,7 +29,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.3.2.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.3.2.tar.gz
|
||||
sha256sums = 11020097a73e3528b84e8f39d1f16c13c18a677ad6aa7d019d63ac0f47cf2ca2
|
||||
source = hyprwhspr-1.3.3.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.3.3.tar.gz
|
||||
sha256sums = 91939635a911f20927548edfeab9179cfadee1fedc2d62a748c212c95632db35
|
||||
|
||||
pkgname = hyprwhspr
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
|
||||
|
||||
pkgname=hyprwhspr
|
||||
pkgver=1.3.2
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
|
||||
arch=('x86_64')
|
||||
|
|
@ -33,7 +33,7 @@ optdepends=(
|
|||
)
|
||||
install=$pkgname.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('11020097a73e3528b84e8f39d1f16c13c18a677ad6aa7d019d63ac0f47cf2ca2')
|
||||
sha256sums=('91939635a911f20927548edfeab9179cfadee1fedc2d62a748c212c95632db35')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Binary file not shown.
BIN
hyprwhspr-1.3.3.tar.gz
Normal file
BIN
hyprwhspr-1.3.3.tar.gz
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue