git » qt5-xmlpatterns.git » commit eb42b75

Don't conflict with Qt6 checkouts

author Antonio Rojas
2024-04-08 15:57:55 UTC
committer Antonio Rojas
2024-04-08 15:57:55 UTC
parent 52cf2df740e6453ec3f94ee2da8ff4cb669fe7a6

Don't conflict with Qt6 checkouts

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f318b7a..2412286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,11 +16,11 @@ optdepends=('qt5-declarative: QML bindings')
 conflicts=('qtchooser')
 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||'
 }