author | Antonio Rojas
<arojas@archlinux.org> 2023-09-29 12:11:31 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-09-29 12:11:31 UTC |
parent | 07dbc1252de657a933fb110db86788c8d4db6ebd |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index f4ff223..153d395 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ license=('GPL3' 'LGPL3' 'FDL' 'custom') pkgdesc='Reusable Qt Quick based UI controls to create classic desktop-style user interfaces' depends=('qt5-declarative') makedepends=('git') -groups=('qt' 'qt5') +groups=('qt5') _pkgfqn=${pkgname/5-/} source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit) sha256sums=('SKIP')