summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Dimitrijevic2024-04-02 11:08:37 +0200
committerStefan Dimitrijevic2024-04-02 11:08:37 +0200
commit3c606bf60cdbf129d1f2d52e6a0bd799ac7c2ac2 (patch)
tree847b25e9c7007170a5a7962159a3c1a6c76fcb1f
parent47ecda00cbcd5c0e09451e05df61630d2bc6a337 (diff)
downloadaur-3c606bf60cdbf129d1f2d52e6a0bd799ac7c2ac2.tar.gz
change dependency to python-vosk-bin to avoid full vosk-api build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32e2aab5068a..263acbdae00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ depends=(
'python-requests'
'python-tqdm'
'python-sounddevice'
- 'python-vosk'
+ 'python-vosk-bin'
'ffmpeg'
'ydotool'
'bash'