Tomaz Canabrava pushed to branch main at Arch Linux / Packaging / Packages / layer-shell-qt
Commits: 2fda85ee by Tomaz Canabrava at 2025-07-15T20:19:02+02:00 upgpkg: 6.4.3-1: Update to 6.4.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = layer-shell-qt pkgdesc = Qt component to allow applications to make use of the Wayland wl-layer-shell protocol - pkgver = 6.4.2 - pkgrel = 2 + pkgver = 6.4.3 + pkgrel = 1 url = https://kde.org/plasma-desktop/ arch = x86_64 groups = plasma @@ -15,13 +15,13 @@ pkgbase = layer-shell-qt depends = qt6-wayland depends = wayland optdepends = qt6-declarative: QML bindings - source = https://download.kde.org/stable/plasma/6.4.2/layer-shell-qt-6.4.2.tar.xz - source = https://download.kde.org/stable/plasma/6.4.2/layer-shell-qt-6.4.2.tar.xz.sig + source = https://download.kde.org/stable/plasma/6.4.3/layer-shell-qt-6.4.3.tar.xz + source = https://download.kde.org/stable/plasma/6.4.3/layer-shell-qt-6.4.3.tar.xz.sig validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20 - sha256sums = 7bead02f506e7c1efadc61588cc52e8ed2fa467ca183485c3b7280c08a5a6312 + sha256sums = 33e64ec0cd2d9e9547c3c3faa9c4d6a2006bf681fac361511f441b51f9dddb7c sha256sums = SKIP pkgname = layer-shell-qt ===================================== PKGBUILD ===================================== @@ -1,9 +1,9 @@ # Maintainer: Antonio Rojas <aro...@archlinux.org> pkgname=layer-shell-qt -pkgver=6.4.2 +pkgver=6.4.3 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=2 +pkgrel=1 pkgdesc='Qt component to allow applications to make use of the Wayland wl-layer-shell protocol' arch=(x86_64) url='https://kde.org/plasma-desktop/' @@ -18,7 +18,7 @@ makedepends=(extra-cmake-modules optdepends=('qt6-declarative: QML bindings') groups=(plasma) source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('7bead02f506e7c1efadc61588cc52e8ed2fa467ca183485c3b7280c08a5a6312' +sha256sums=('33e64ec0cd2d9e9547c3c3faa9c4d6a2006bf681fac361511f441b51f9dddb7c' 'SKIP') validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <j...@jriddell.org> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bs...@kde.org> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/layer-shell-qt/-/commit/2fda85eee10afbc3a539ed110e9bd1d2942958a5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/layer-shell-qt/-/commit/2fda85eee10afbc3a539ed110e9bd1d2942958a5 You're receiving this email because of your account on gitlab.archlinux.org.