author | Antonio Rojas
<arojas@archlinux.org> 2023-09-29 12:11:06 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-09-29 12:11:06 UTC |
parent | 4c9d8ac2531f25eb07093283d2bbfabf5c598182 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index b72f828..5298b1d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ license=('GPL3' 'LGPL3' 'FDL' 'custom') pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients' 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')