Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qt5-remoteobjects


Commits:
18867bf9 by Antonio Rojas at 2024-04-08T17:57:38+02:00
Don't conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -15,11 +15,11 @@ makedepends=(qt5-declarative git)
 optdepends=('qt5-declarative: QML bindings')
 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||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-remoteobjects/-/commit/18867bf94c3c0461726ac0c50e25476605bbe14f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-remoteobjects/-/commit/18867bf94c3c0461726ac0c50e25476605bbe14f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to