git » frameworkintegration.git » commit 755e85d

upgpkg: 6.3.0-1: Update to 6.3.0

author Antonio Rojas
2024-06-09 07:01:12 UTC
committer Antonio Rojas
2024-06-09 07:01:12 UTC
parent f3f519cdc0f1bed51e7be4bbb047a43e30a822d7

upgpkg: 6.3.0-1: Update to 6.3.0

.SRCINFO +4 -4
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 3db6674..a6e45d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = frameworkintegration
 	pkgdesc = Framework providing components to allow applications to integrate with a KDE Workspace
-	pkgver = 6.2.0
+	pkgver = 6.3.0
 	pkgrel = 1
 	url = https://community.kde.org/Frameworks
 	arch = x86_64
@@ -22,12 +22,12 @@ pkgbase = frameworkintegration
 	depends = qt6-base
 	optdepends = appstream-qt: dependency resolving via AppStream
 	optdepends = packagekit-qt6: dependency resolving via AppStream
-	source = https://download.kde.org/stable/frameworks/6.2/frameworkintegration-6.2.0.tar.xz
-	source = https://download.kde.org/stable/frameworks/6.2/frameworkintegration-6.2.0.tar.xz.sig
+	source = https://download.kde.org/stable/frameworks/6.3/frameworkintegration-6.3.0.tar.xz
+	source = https://download.kde.org/stable/frameworks/6.3/frameworkintegration-6.3.0.tar.xz.sig
 	validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
 	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
 	validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
-	sha256sums = e41f64b178ad9dadcad51b145bd580868aba061fb80ff15614268d09ec4e0d7c
+	sha256sums = 94700551b3373f792b27ea6ca3013c7bda8f6b63260b918b3c1eec0d83ad4c7f
 	sha256sums = SKIP
 
 pkgname = frameworkintegration
diff --git a/PKGBUILD b/PKGBUILD
index ba8c3e5..11a763e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=frameworkintegration
-pkgver=6.2.0
+pkgver=6.3.0
 pkgrel=1
 pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
 arch=(x86_64)
@@ -26,7 +26,7 @@ optdepends=('appstream-qt: dependency resolving via AppStream'
             'packagekit-qt6: dependency resolving via AppStream')
 groups=(kf6)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('e41f64b178ad9dadcad51b145bd580868aba061fb80ff15614268d09ec4e0d7c'
+sha256sums=('94700551b3373f792b27ea6ca3013c7bda8f6b63260b918b3c1eec0d83ad4c7f'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
               E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell <jr@jriddell.org>