summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-02-24 22:39:19 +0100
committerMartchus2023-02-24 22:39:19 +0100
commit37fd600cfaf44910d9a8934860dfc75922228a37 (patch)
treeb72bc92942cc22caa5efe72b438c3b6312211faa
parent6aeb267e7836900805a175387cd06ef4cfe9ebf2 (diff)
downloadaur-37fd600cfaf44910d9a8934860dfc75922228a37.tar.gz
Disable optional dependency for PocketSphinx as well
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d411f85b541c..0aeb9510ca98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,6 @@ pkgbase = subtitlecomposer
depends = ki18n
depends = ffmpeg
depends = openal
- optdepends = pocketsphinx: Pocketsphinx speech recognition backend
optdepends = ruby: scripting
optdepends = python: scripting
source = https://download.kde.org/stable/subtitlecomposer/subtitlecomposer-0.7.1.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 2d8e566fc88b..63795f87f0d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,9 +26,11 @@ makedepends=('extra-cmake-modules' 'jack' 'blas' 'xorg-server-xvfb')
#makedepends+=('pocketsphinx')
# For consistency, also enable/disable the corresponding optdepends
-optdepends=('pocketsphinx: Pocketsphinx speech recognition backend'
- 'ruby: scripting'
- 'python: scripting')
+# 'pocketsphinx: Pocketsphinx speech recognition backend'
+optdepends=(
+ 'ruby: scripting'
+ 'python: scripting'
+)
_tar=${pkgname}-${pkgver}
source=("https://download.kde.org/stable/${pkgname}/${_tar}.tar.xz"