git » qt5-quick3d.git » commit 77fc613

Don't conflict with Qt6 checkouts

author Antonio Rojas
2024-04-08 15:57:31 UTC
committer Antonio Rojas
2024-04-08 15:57:31 UTC
parent db30866a67bc2903c37c099c0dd5067dd3ce024d

Don't conflict with Qt6 checkouts

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index ed6cb63..98f8dc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,13 +15,13 @@ makedepends=('git' 'assimp')
 optdepends=('assimp: assimp import plugin')
 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
         qt5-quick3d-assimp-5.1.patch)
 sha256sums=('SKIP'
             '57a3ac54c46f86d1f99ce20653bb34215cbd65fbd36f7ee802360336e88f268e')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | sed -e 's|+kde+r0||'
 }