Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kwayland
Commits:
7331324a by Antonio Rojas at 2026-02-24T22:49:44+01:00
upgpkg: 6.6.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kwayland
pkgdesc = Qt-style Client and Server library wrapper for the Wayland
libraries
- pkgver = 6.6.0
+ pkgver = 6.6.1
pkgrel = 1
url = https://kde.org/plasma-desktop/
arch = x86_64
@@ -13,13 +13,13 @@ pkgbase = kwayland
depends = glibc
depends = qt6-base
depends = wayland
- source =
https://download.kde.org/stable/plasma/6.6.0/kwayland-6.6.0.tar.xz
- source =
https://download.kde.org/stable/plasma/6.6.0/kwayland-6.6.0.tar.xz.sig
+ source =
https://download.kde.org/stable/plasma/6.6.1/kwayland-6.6.1.tar.xz
+ source =
https://download.kde.org/stable/plasma/6.6.1/kwayland-6.6.1.tar.xz.sig
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
- sha256sums =
6e180a4235390a2ae7296e6a760a0e7a57971e00790aed0d98d71034f1274801
+ sha256sums =
cc26e022a3090babacd0ae8ec146d1bd42df91eb8cb76a407b072e9cdd836017
sha256sums = SKIP
pkgname = kwayland
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=kwayland
-pkgver=6.6.0
+pkgver=6.6.1
_dirver=$(echo $pkgver | cut -d. -f1-3)
pkgrel=1
pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
@@ -19,7 +19,7 @@ makedepends=(extra-cmake-modules
wayland-protocols)
groups=(plasma)
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('6e180a4235390a2ae7296e6a760a0e7a57971e00790aed0d98d71034f1274801'
+sha256sums=('cc26e022a3090babacd0ae8ec146d1bd42df91eb8cb76a407b072e9cdd836017'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kwayland/-/commit/7331324a06722496b68f66f5589d09e82133b6df
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kwayland/-/commit/7331324a06722496b68f66f5589d09e82133b6df
You're receiving this email because of your account on gitlab.archlinux.org.