author | Antonio Rojas
<arojas@archlinux.org> 2023-09-29 12:11:09 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-09-29 12:11:09 UTC |
parent | 960260c17072526e54038055c54a8839ac7cfd10 |
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')