author | Antonio Rojas
<arojas@archlinux.org> 2024-04-08 15:57:28 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-04-08 15:57:28 UTC |
parent | 0ff66ed892473c09602d5d88d571f675027a2d7e |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 8c493e2..f90bc88 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,11 +14,11 @@ depends=(qt5-base) 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||' }