diff --git a/.SRCINFO b/.SRCINFO index 6c6f9be629eb..0396cabf4336 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 463c22c33f24..45df8f51ebc1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: goodroot 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" diff --git a/hyprwhspr-1.2.9.tar.gz b/hyprwhspr-1.2.9.tar.gz deleted file mode 100644 index 03286e5ad7a9..000000000000 Binary files a/hyprwhspr-1.2.9.tar.gz and /dev/null differ diff --git a/hyprwhspr-1.3.0.tar.gz b/hyprwhspr-1.3.0.tar.gz new file mode 100644 index 000000000000..cbaf3cf15580 Binary files /dev/null and b/hyprwhspr-1.3.0.tar.gz differ