git » kwayland.git » commit f4a2e91

upgpkg: 6.beta.5.90.0-1: kde-unstable

author Antonio Rojas
2023-11-29 19:37:57 UTC
committer Antonio Rojas
2023-11-29 19:37:57 UTC
parent 3fe1ff33fa9310739959fb7622e8eae7b9c97c28

upgpkg: 6.beta.5.90.0-1: kde-unstable

.SRCINFO +4 -4
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index 21173ca..a4169ac 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.alpha.5.27.80
+	pkgver = 6.beta.5.90.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/unstable/plasma/5.27.80/kwayland-5.27.80.tar.xz
-	source = https://download.kde.org/unstable/plasma/5.27.80/kwayland-5.27.80.tar.xz.sig
+	source = https://download.kde.org/unstable/plasma/5.90.0/kwayland-5.90.0.tar.xz
+	source = https://download.kde.org/unstable/plasma/5.90.0/kwayland-5.90.0.tar.xz.sig
 	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
 	validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
 	validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
 	validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
-	sha256sums = 9c236a4767d5e727f68eaf144d38c3f84e26ea2d61adfbf4b2868ba9b623b846
+	sha256sums = 1a749c4515f17f33e3a7609fa24caf8d20945c6406250745d7c632b4dffc9ab7
 	sha256sums = SKIP
 
 pkgname = kwayland
diff --git a/PKGBUILD b/PKGBUILD
index 04ba525..ac58bcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kwayland
-_pkgver=5.27.80
+_pkgver=5.90.0
 # fake version number to bypass conflicts with KF5
-pkgver=6.alpha.$_pkgver
+pkgver=6.beta.5.90.0
 _dirver=$(echo $_pkgver | cut -d. -f1-3)
 pkgrel=1
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
@@ -25,7 +25,7 @@ makedepends=(doxygen
              wayland-protocols)
 groups=(plasma)
 source=(https://download.kde.org/unstable/plasma/$_dirver/$pkgname-$_pkgver.tar.xz{,.sig})
-sha256sums=('9c236a4767d5e727f68eaf144d38c3f84e26ea2d61adfbf4b2868ba9b623b846'
+sha256sums=('1a749c4515f17f33e3a7609fa24caf8d20945c6406250745d7c632b4dffc9ab7'
             'SKIP')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>