diff --git a/.SRCINFO b/.SRCINFO index 03b8744f6734..f83ee6dc08a1 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index e98adbfe8c64..9c8e7eec9a47 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: goodroot 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" diff --git a/hyprwhspr-1.3.2.tar.gz b/hyprwhspr-1.3.2.tar.gz deleted file mode 100644 index fe8696501577..000000000000 Binary files a/hyprwhspr-1.3.2.tar.gz and /dev/null differ diff --git a/hyprwhspr-1.3.3.tar.gz b/hyprwhspr-1.3.3.tar.gz new file mode 100644 index 000000000000..00d8d954173d Binary files /dev/null and b/hyprwhspr-1.3.3.tar.gz differ