author | Antonio Rojas
<arojas@archlinux.org> 2024-04-08 15:57:27 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-04-08 15:57:27 UTC |
parent | 2ae1dac228322330e64ebe73cbfcf45d3c809b33 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index cfefc07..8906e86 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,11 +17,11 @@ optdepends=('qt5-declarative: QML bindings' 'gst-plugins-good: camera support, a 'gst-libav: ffmpeg plugin') 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||' }