git » qt5-sensors.git » commit 60f33cf

Don't conflict with Qt6 checkouts

author Antonio Rojas
2024-04-08 15:57:01 UTC
committer Antonio Rojas
2024-04-08 15:57:01 UTC
parent c9e5734540107677ff23bdfc1adac658b2bed27d

Don't conflict with Qt6 checkouts

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index e46174f..4ed6d6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,11 +16,11 @@ optdepends=('qt5-declarative: QML bindings'
             'iio-sensor-proxy: iio-sensor-proxy 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||'
 }