diff --git a/.SRCINFO b/.SRCINFO index 7a3ea0cd7e83c..1b71666f11021 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.7.1 + pkgver = 1.7.2 pkgrel = 1 url = https://github.com/goodroot/hyprwhspr install = hyprwhspr.install @@ -22,7 +22,7 @@ pkgbase = hyprwhspr optdepends = cuda: For GPU acceleration optdepends = whisper.cpp: Use system build instead of building locally in setup step optdepends = python-pip: Required for Python dependencies (installed automatically) - source = hyprwhspr-1.7.1.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.7.1.tar.gz - sha256sums = 38597471ef0b87010521ab61e19a4b1647c714387870bd3e709ae7130d5308d3 + source = hyprwhspr-1.7.2.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.7.2.tar.gz + sha256sums = dcf158cdf5b7c178c09e94145b9e64131779b38cb4d50d2a1bab2d2e13fdc57a pkgname = hyprwhspr diff --git a/PKGBUILD b/PKGBUILD index 5beb668bb4126..fcc63861a7eea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: goodroot pkgname=hyprwhspr -pkgver=1.7.1 +pkgver=1.7.2 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=('38597471ef0b87010521ab61e19a4b1647c714387870bd3e709ae7130d5308d3') +sha256sums=('dcf158cdf5b7c178c09e94145b9e64131779b38cb4d50d2a1bab2d2e13fdc57a') build() { cd "$srcdir/$pkgname-$pkgver"