git » qt5-speech.git » commit 2dd10af

Drop qt group

author Antonio Rojas
2023-09-29 12:11:45 UTC
committer Antonio Rojas
2023-09-29 12:11:45 UTC
parent bbed32e5527aa48164db9f75ba86ae6275a06aae

Drop qt group

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index ffeb1df..431e91d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc='Qt module to make text to speech and speech recognition easy'
 depends=(qt5-multimedia)
 makedepends=(git flite speech-dispatcher)
 optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher TTS backend')
-groups=(qt qt5)
+groups=(qt5)
 _pkgfqn=${pkgname/5-/}
 source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')