From 3fde2cbe0fee04133d682dd17b8d7189205f3fe3 Mon Sep 17 00:00:00 2001 From: Antonio Rojas <arojas@archlinux.org> Date: Tue, 11 Feb 2025 13:14:40 +0100 Subject: [PATCH] upgpkg: 6.3.0-1: Plasma 6.3.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1d3efed..4b4f385 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = kwayland pkgdesc = Qt-style Client and Server library wrapper for the Wayland libraries - pkgver = 6.2.5 + pkgver = 6.3.0 pkgrel = 1 url = https://kde.org/plasma-desktop/ arch = x86_64 @@ -17,13 +17,13 @@ pkgbase = kwayland depends = qt6-base depends = qt6-wayland depends = wayland - source = https://download.kde.org/stable/plasma/6.2.5/kwayland-6.2.5.tar.xz - source = https://download.kde.org/stable/plasma/6.2.5/kwayland-6.2.5.tar.xz.sig + source = https://download.kde.org/stable/plasma/6.3.0/kwayland-6.3.0.tar.xz + source = https://download.kde.org/stable/plasma/6.3.0/kwayland-6.3.0.tar.xz.sig validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20 - sha256sums = 2a17a8ce5643fd51c3cf787542032c1050da3a1fb00dcc9a32dea288bd38d7d2 + sha256sums = 2f6d68b89dab21037ba6ecc91a6353d1f5a314f7b8068bb6e605bf5e1b6b25ac sha256sums = SKIP pkgname = kwayland diff --git a/PKGBUILD b/PKGBUILD index 2e2ccc3..e67c5dd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwayland -pkgver=6.2.5 +pkgver=6.3.0 _dirver=$(echo $pkgver | cut -d. -f1-3) pkgrel=1 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries' @@ -23,7 +23,7 @@ makedepends=(doxygen wayland-protocols) groups=(plasma) source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('2a17a8ce5643fd51c3cf787542032c1050da3a1fb00dcc9a32dea288bd38d7d2' +sha256sums=('2f6d68b89dab21037ba6ecc91a6353d1f5a314f7b8068bb6e605bf5e1b6b25ac' 'SKIP') validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org> -- GitLab