git » qt5-script.git » commit e69c487

Don't conflict with Qt6 checkouts

author Antonio Rojas
2024-04-08 15:57:40 UTC
committer Antonio Rojas
2024-04-08 15:57:40 UTC
parent cbae2e0e38dfa9d3c9ae61e160b7010ddc784195

Don't conflict with Qt6 checkouts

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9b5b8b1..b173c77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('qt5-base')
 makedepends=('git')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
+source=(kde-$_pkgfqn::git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
 sha256sums=('SKIP')
 options=(!lto)