author | Antonio Rojas
<arojas@archlinux.org> 2024-04-08 15:57:15 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-04-08 15:57:15 UTC |
parent | 2428625d7e8b3991bc9984c6818ad789afd1d3f8 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index f32772d..109ac83 100644 --- a/PKGBUILD +++ b/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||' }