git » qt5-virtualkeyboard.git » commit 97ed2ec

Don't conflict with Qt6 checkouts

author Antonio Rojas
2024-04-08 15:57:47 UTC
committer Antonio Rojas
2024-04-08 15:57:47 UTC
parent 936d4df8c4da9d0cda26123d925bd8244e9abe6e

Don't conflict with Qt6 checkouts

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index a39bd82..277dd51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,11 +14,11 @@ depends=('qt5-declarative' 'qt5-svg' 'hunspell')
 makedepends=('git')
 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||'
 }