From c8658d74748d7f86deea5fbf734a45de95d8f6ac Mon Sep 17 00:00:00 2001 From: Antonio Rojas <arojas@archlinux.org> Date: Thu, 9 Jan 2025 22:25:56 +0100 Subject: [PATCH] upgpkg: 6.2.90-1: Update to 6.3 beta --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 91dacbe..0758aa0 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.1.5 + pkgver = 6.2.90 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.1.5/kwayland-6.1.5.tar.xz - source = https://download.kde.org/stable/plasma/6.1.5/kwayland-6.1.5.tar.xz.sig + source = https://download.kde.org/unstable/plasma/6.2.90/kwayland-6.2.90.tar.xz + source = https://download.kde.org/unstable/plasma/6.2.90/kwayland-6.2.90.tar.xz.sig validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20 - sha256sums = 67a3e15730bda36073f30422bdc21aee27bf205fbeec1a2b8020c9d1a97f8da9 + sha256sums = fc69c2e08e75b934f52d0899423c07b69388d3ca848ddde79c550deb25dd2fb1 sha256sums = SKIP pkgname = kwayland diff --git a/PKGBUILD b/PKGBUILD index 9f62494..6e80a47 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwayland -pkgver=6.1.90 +pkgver=6.2.90 _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/unstable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('19908b53fc3f1926997d7f161ccfd6093ffe30eebc72a6ef36a48035f0df4226' +sha256sums=('fc69c2e08e75b934f52d0899423c07b69388d3ca848ddde79c550deb25dd2fb1' 'SKIP') validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org> -- GitLab