Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / layer-shell-qt
Commits: cf6168e0 by Antonio Rojas at 2023-10-24T15:17:56+02:00 Plasma 5.27.9 - - - - - ca7f0dd5 by Antonio Rojas at 2023-10-24T17:34:01+02:00 upgpkg: 5.27.9-1: Plasma 5.27.9 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = layer-shell-qt + pkgdesc = Qt component to allow applications to make use of the Wayland wl-layer-shell protocol + pkgver = 5.27.9 + pkgrel = 1 + url = https://kde.org/plasma-desktop/ + arch = x86_64 + groups = plasma + license = GPL + license = LGPL + makedepends = extra-cmake-modules + makedepends = wayland-protocols + depends = qt5-wayland + source = https://download.kde.org/stable/plasma/5.27.9/layer-shell-qt-5.27.9.tar.xz + source = https://download.kde.org/stable/plasma/5.27.9/layer-shell-qt-5.27.9.tar.xz.sig + validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D + validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D + validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF + validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20 + sha256sums = 67207ed9f764280da309d735dd1b0788187a7a9efcbb4f5b2849c723ee66886f + sha256sums = SKIP + +pkgname = layer-shell-qt ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=layer-shell-qt -pkgver=5.27.8 +pkgver=5.27.9 _dirver=$(echo $pkgver | cut -d. -f1-3) pkgrel=1 pkgdesc='Qt component to allow applications to make use of the Wayland wl-layer-shell protocol' @@ -12,7 +12,7 @@ source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{ depends=(qt5-wayland) makedepends=(extra-cmake-modules wayland-protocols) groups=(plasma) -sha256sums=('772f2aba1710bab59f4c948a8e9628f205a7c6a4dabeb418b3249c5990c688ab' +sha256sums=('67207ed9f764280da309d735dd1b0788187a7a9efcbb4f5b2849c723ee66886f' 'SKIP') validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <[email protected]> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/layer-shell-qt/-/compare/230bf4fb6f6bc33475a57244071b4333150ee1f2...ca7f0dd5d8f051da970e1730080420243a0ddbe1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/layer-shell-qt/-/compare/230bf4fb6f6bc33475a57244071b4333150ee1f2...ca7f0dd5d8f051da970e1730080420243a0ddbe1 You're receiving this email because of your account on gitlab.archlinux.org.
