mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to v1.11.4
This commit is contained in:
parent
3e48ac42ae
commit
dc5fcc5938
2 changed files with 12 additions and 11 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
|||
pkgbase = hyprwhspr
|
||||
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
|
||||
pkgver = 1.11.3
|
||||
pkgrel = 1
|
||||
pkgdesc = Fast, local speech-to-text for Arch/Omarchy
|
||||
pkgver = 1.11.4
|
||||
pkgrel = 2
|
||||
url = https://github.com/goodroot/hyprwhspr
|
||||
install = hyprwhspr.install
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
depends = python-pip
|
||||
depends = python-setuptools
|
||||
depends = python-sounddevice
|
||||
depends = python-numpy
|
||||
depends = python-scipy
|
||||
|
|
@ -21,7 +21,7 @@ pkgbase = hyprwhspr
|
|||
depends = pipewire
|
||||
depends = pipewire-alsa
|
||||
depends = pipewire-pulse
|
||||
source = hyprwhspr-1.11.3.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.11.3.tar.gz
|
||||
sha256sums = 2535602bc1cc8e481883b6f241996f77c6b8bc6e10c5d5697b5acf6a7829cecf
|
||||
source = hyprwhspr-1.11.4.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.11.4.tar.gz
|
||||
sha256sums = 719f317d548eb87a4ab7ac229ccc02aa35a7b1ff90b8d743ca5c113f0248b336
|
||||
|
||||
pkgname = hyprwhspr
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,16 +1,17 @@
|
|||
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
|
||||
|
||||
pkgname=hyprwhspr
|
||||
pkgver=1.11.3
|
||||
pkgrel=1
|
||||
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
|
||||
pkgver=1.11.4
|
||||
pkgrel=2
|
||||
pkgdesc="Fast, local speech-to-text for Arch/Omarchy"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/goodroot/hyprwhspr"
|
||||
license=('MIT')
|
||||
makedepends=('python-setuptools')
|
||||
makedepends=()
|
||||
depends=(
|
||||
'python'
|
||||
'python-pip'
|
||||
'python-setuptools'
|
||||
'python-sounddevice'
|
||||
'python-numpy'
|
||||
'python-scipy'
|
||||
|
|
@ -25,7 +26,7 @@ depends=(
|
|||
|
||||
install=$pkgname.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('2535602bc1cc8e481883b6f241996f77c6b8bc6e10c5d5697b5acf6a7829cecf')
|
||||
sha256sums=('719f317d548eb87a4ab7ac229ccc02aa35a7b1ff90b8d743ca5c113f0248b336')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue