git » qt5-speech.git » commit 0a471f0

Don't conflict with Qt6 checkouts

author Antonio Rojas
2024-04-08 15:57:44 UTC
committer Antonio Rojas
2024-04-08 15:57:44 UTC
parent ddea8948913428f9bfa5c12369a4f9aee297af88

Don't conflict with Qt6 checkouts

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index e5a1a0e..b5cf8c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,11 @@ makedepends=(git flite speech-dispatcher)
 optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher TTS backend')
 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||'
 }