summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a3e68356734..e31c37de3fc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linvam
pkgdesc = Linux voice activated macros
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stele95/LinVAM
install = linvam.install
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = linvam
depends = python-requests
depends = python-tqdm
depends = python-sounddevice
- depends = python-vosk-bin
+ depends = python-vosk
depends = ffmpeg
depends = ydotool
provides = linvam
diff --git a/PKGBUILD b/PKGBUILD
index e9f79b6bc0b1..cd93ded63f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='linvam'
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='Linux voice activated macros'
arch=('x86_64')
url='https://github.com/stele95/LinVAM'
@@ -19,7 +19,7 @@ depends=(
'python-requests'
'python-tqdm'
'python-sounddevice'
- 'python-vosk-bin'
+ 'python-vosk'
'ffmpeg'
'ydotool'
)