* update kwayland to 6.2.4-1

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

View File

@ -1,9 +1,13 @@
pkgbase = kwayland
pkgdesc = Qt-style Client and Server library wrapper for the Wayland libraries
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
groups = plasma
license = LGPL-2.0-or-later
makedepends = doxygen
@ -17,13 +21,13 @@ pkgbase = kwayland
depends = qt6-base
depends = qt6-wayland
depends = wayland
source = https://download.kde.org/stable/plasma/6.2.2/kwayland-6.2.2.tar.xz
source = https://download.kde.org/stable/plasma/6.2.2/kwayland-6.2.2.tar.xz.sig
source = https://download.kde.org/stable/plasma/6.2.4/kwayland-6.2.4.tar.xz
source = https://download.kde.org/stable/plasma/6.2.4/kwayland-6.2.4.tar.xz.sig
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
sha256sums = ec534c5a6057265feaac12b6e173cc823f8cbaa65c98e50ab067cafb01830f05
sha256sums = f4fe69978f8e9b0c40058019782f13bfdd770cf545d9325a7b378826f0cd34ac
sha256sums = SKIP
pkgname = kwayland

View File

@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kwayland
pkgver=6.2.2
pkgver=6.2.4
_dirver=$(echo $pkgver | cut -d. -f1-3)
pkgrel=1
pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
@ -24,7 +24,7 @@ makedepends=(doxygen
wayland-protocols)
groups=(plasma)
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('ec534c5a6057265feaac12b6e173cc823f8cbaa65c98e50ab067cafb01830f05'
sha256sums=('f4fe69978f8e9b0c40058019782f13bfdd770cf545d9325a7b378826f0cd34ac'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>