git » qt5-websockets.git » commit acf4c54

Drop qt group

author Antonio Rojas
2023-09-29 12:11:09 UTC
committer Antonio Rojas
2023-09-29 12:11:09 UTC
parent 960260c17072526e54038055c54a8839ac7cfd10

Drop qt group

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 241b52b..3558382 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc='Provides WebSocket communication compliant with RFC 6455'
 depends=('qt5-base')
 makedepends=('qt5-declarative' 'git')
 optdepends=('qt5-declarative: QML bindings')
-groups=('qt' 'qt5')
+groups=('qt5')
 _pkgfqn=${pkgname/5-/}
 source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')