author | Antonio Rojas
<arojas@archlinux.org> 2019-12-24 12:30:51 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-12-24 12:30:51 UTC |
parent | 32c1c0648abbe066a2c78b937ceea0a6125aff27 |
PKGBUILD | +1 | -0 |
diff --git a/PKGBUILD b/PKGBUILD index 9955a82..63df749 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -41,6 +41,7 @@ build() { package_python-pyqt5(){ pkgdesc="A set of Python bindings for the Qt5 toolkit" + groups=(pyqt5) depends=('python' 'qt5-base') optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications' 'python-dbus: for python-dbus mainloop support'