mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 02:03:03 +01:00
Update to v1.2.4
This commit is contained in:
parent
e40f66be5e
commit
d23e45cdf6
2 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.2.3
|
||||
pkgver = 1.2.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/goodroot/hyprwhspr
|
||||
install = hyprwhspr.install
|
||||
|
|
@ -22,7 +22,7 @@ pkgbase = hyprwhspr
|
|||
optdepends = cuda: For GPU acceleration
|
||||
optdepends = waybar: For tray/status
|
||||
optdepends = whisper.cpp: Use system build instead of building locally in setup step
|
||||
source = hyprwhspr-1.2.3.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.3.tar.gz
|
||||
sha256sums = 62b2f4431a827c37730aa22b9057d94698321ac2a894accfc048f80eb4759a3a
|
||||
source = hyprwhspr-1.2.4.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.4.tar.gz
|
||||
sha256sums = 4221fa24fe61d96fd9f8289373a48102f901a65c144442d29d9726f2ce4fc279
|
||||
|
||||
pkgname = hyprwhspr
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
|
||||
|
||||
pkgname=hyprwhspr
|
||||
pkgver=1.2.3
|
||||
pkgver=1.2.4
|
||||
pkgrel=1
|
||||
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
|
||||
arch=('x86_64')
|
||||
|
|
@ -26,7 +26,7 @@ optdepends=(
|
|||
)
|
||||
install=$pkgname.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('62b2f4431a827c37730aa22b9057d94698321ac2a894accfc048f80eb4759a3a')
|
||||
sha256sums=('4221fa24fe61d96fd9f8289373a48102f901a65c144442d29d9726f2ce4fc279')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue