mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 22:12:14 +01:00
Update to v1.2.8
This commit is contained in:
parent
2f62a6c753
commit
afc640b82e
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.7
|
||||
pkgver = 1.2.8
|
||||
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.7.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.7.tar.gz
|
||||
sha256sums = df971f94bb9a09b5761cec54fbd80106d4dc34f395db5cfe6a9f92e50dbdaca4
|
||||
source = hyprwhspr-1.2.8.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.2.8.tar.gz
|
||||
sha256sums = d77ebb21866a8e6088b6831c36ac1661b017d5eadbb1f57cdd6ca586a9d0720d
|
||||
|
||||
pkgname = hyprwhspr
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
|
||||
|
||||
pkgname=hyprwhspr
|
||||
pkgver=1.2.7
|
||||
pkgver=1.2.8
|
||||
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=('df971f94bb9a09b5761cec54fbd80106d4dc34f395db5cfe6a9f92e50dbdaca4')
|
||||
sha256sums=('d77ebb21866a8e6088b6831c36ac1661b017d5eadbb1f57cdd6ca586a9d0720d')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue