summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26001eb28cc6..feafb2647c72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-speechrecognition
pkgdesc = Google-powered speech recognition for Python
- pkgver = 3.14.1
+ pkgver = 3.14.2
pkgrel = 5
url = https://github.com/Uberi/speech_recognition
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = python-speechrecognition
optdepends = python-openai: Required for openai
optdepends = python-soundfile: Required for whisper
provides = python-speech_recognition
- source = git+https://github.com/Uberi/speech_recognition.git#tag=3.14.1
- sha256sums = a358766616159d93697eee68459c6432c96b6cd4b4ee8c4596b802e83de167e7
+ source = git+https://github.com/Uberi/speech_recognition.git#tag=3.14.2
+ sha256sums = 2761e8013d3b720f2d73a3cfe354be131e812525d598274a928e6150b2e2ac51
pkgname = python-speechrecognition
diff --git a/PKGBUILD b/PKGBUILD
index efb828df1e03..32dcc91468fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-speechrecognition
_pkg=speechrecognition
_pkgdir=speech_recognition
-pkgver=3.14.1
+pkgver=3.14.2
pkgrel=5
pkgdesc="Google-powered speech recognition for Python"
arch=('x86_64')
@@ -47,7 +47,7 @@ checkdepends=(
'python-httpx'
'python-respx')
source=("git+https://github.com/Uberi/speech_recognition.git#tag=${pkgver}")
-sha256sums=('a358766616159d93697eee68459c6432c96b6cd4b4ee8c4596b802e83de167e7')
+sha256sums=('2761e8013d3b720f2d73a3cfe354be131e812525d598274a928e6150b2e2ac51')
build() {
cd "$_pkgdir"