git » qt5-quickcontrols2.git » commit af71777

Don't conflict with Qt6 checkouts

author Antonio Rojas
2024-04-08 15:57:34 UTC
committer Antonio Rojas
2024-04-08 15:57:34 UTC
parent 65a8a590a6569c0d69797994def083bc5261159f

Don't conflict with Qt6 checkouts

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index a0bc599..5ccdce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,11 @@ makedepends=('git')
 optdepends=('qt5-graphicaleffects: for the Material style')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | sed -e 's|+kde+r0||'
 }