git » qt5-script.git » commit b267da2

Drop qt group

author Antonio Rojas
2023-09-29 12:11:41 UTC
committer Antonio Rojas
2023-09-29 12:11:41 UTC
parent aa2f92a8b33483f79cea872922cbae38bb1533f4

Drop qt group

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 0e82d55..314c1d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility'
 depends=('qt5-base')
 makedepends=('git')
-groups=('qt' 'qt5')
+groups=('qt5')
 _pkgfqn=${pkgname/5-/}
 source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
 sha256sums=('SKIP')