From 6a3bf0d88f0bf361a26d8cde7259fac0142bc515 Mon Sep 17 00:00:00 2001 From: Antonio Rojas <arojas@archlinux.org> Date: Tue, 18 Jun 2024 16:34:52 +0200 Subject: [PATCH] upgpkg: 6.1.0-1: Plasma 6.1.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 51353bf..de12c64 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.0.5 + pkgver = 6.1.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.0.5/kwayland-6.0.5.tar.xz - source = https://download.kde.org/stable/plasma/6.0.5/kwayland-6.0.5.tar.xz.sig + source = https://download.kde.org/stable/plasma/6.1.0/kwayland-6.1.0.tar.xz + source = https://download.kde.org/stable/plasma/6.1.0/kwayland-6.1.0.tar.xz.sig validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20 - sha256sums = a8b88411d2ad9497e27d6dbd95d647de5ebe6314561e7a8d935fd79b2fe7ae84 + sha256sums = c736cf88c81d907af13e40a8eea4755476dc224c35f63bcf791503975df4507d sha256sums = SKIP pkgname = kwayland diff --git a/PKGBUILD b/PKGBUILD index 3ef6f6b..227d8c8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwayland -pkgver=6.0.5 +pkgver=6.1.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=('a8b88411d2ad9497e27d6dbd95d647de5ebe6314561e7a8d935fd79b2fe7ae84' +sha256sums=('c736cf88c81d907af13e40a8eea4755476dc224c35f63bcf791503975df4507d' 'SKIP') validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org> -- GitLab