author | Antonio Rojas
<arojas@archlinux.org> 2023-09-29 12:11:10 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-09-29 12:11:10 UTC |
parent | e2e53f7cd408da87f025ec8cba6f945e870cd4de |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 3224153..46df77c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ license=('GPL3' 'LGPL3' 'FDL' 'custom') pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics' depends=('qt5-declarative' 'assimp') makedepends=('git' 'vulkan-headers') -groups=('qt' 'qt5') +groups=('qt5') _pkgfqn=${pkgname/5-/} source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit) sha256sums=('SKIP')