* update kwayland-integration to 6.2.4-1

This commit is contained in:
Alexander Baldeck 2024-12-24 23:43:42 +01:00
parent ea13b33c78
commit 9061ce35d9
2 changed files with 10 additions and 6 deletions

View File

@ -1,9 +1,13 @@
pkgbase = kwayland-integration
pkgdesc = Provides integration plugins for various KDE frameworks for the wayland windowing system
pkgver = 6.2.2
pkgver = 6.2.4
pkgrel = 1
url = https://kde.org/plasma-desktop/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL-2.0-or-later
makedepends = extra-cmake-modules
makedepends = plasma-wayland-protocols
@ -15,13 +19,13 @@ pkgbase = kwayland-integration
depends = qt5-base
depends = qt5-wayland
depends = wayland
source = https://download.kde.org/stable/plasma/6.2.2/kwayland-integration-6.2.2.tar.xz
source = https://download.kde.org/stable/plasma/6.2.2/kwayland-integration-6.2.2.tar.xz.sig
source = https://download.kde.org/stable/plasma/6.2.4/kwayland-integration-6.2.4.tar.xz
source = https://download.kde.org/stable/plasma/6.2.4/kwayland-integration-6.2.4.tar.xz.sig
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
sha256sums = 926327005e411eb7ef54d73ac69acbd4f64d729c106ab5e8378042445df5216e
sha256sums = 347f93bcd84b90dbcc22118c1d897f4f7cd68664c0e87f6b866d5240006fe23b
sha256sums = SKIP
pkgname = kwayland-integration

View File

@ -2,7 +2,7 @@
# Maintainer:Antonio Rojas <arojas@archlinux.org>
pkgname=kwayland-integration
pkgver=6.2.2
pkgver=6.2.4
_dirver=$(echo $pkgver | cut -d. -f1-3)
pkgrel=1
pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system'
@ -20,7 +20,7 @@ makedepends=(extra-cmake-modules
plasma-wayland-protocols
wayland-protocols)
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('926327005e411eb7ef54d73ac69acbd4f64d729c106ab5e8378042445df5216e'
sha256sums=('347f93bcd84b90dbcc22118c1d897f4f7cd68664c0e87f6b866d5240006fe23b'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>