git » libksysguard.git » commit 6971721

upgpkg: 6.1.0-1: Plasma 6.1.0

author Antonio Rojas
2024-06-18 14:36:22 UTC
committer Antonio Rojas
2024-06-18 14:36:22 UTC
parent 07eec2d8dfb74ac5d4332fd8c494cef839dd3032

upgpkg: 6.1.0-1: Plasma 6.1.0

.SRCINFO +4 -4
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index b7ee28c..4e983ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = libksysguard
 	pkgdesc = Library to retrieve information on the current status of computer hardware
-	pkgver = 6.0.5
+	pkgver = 6.1.0
 	pkgrel = 1
 	url = https://kde.org/plasma-desktop/
 	install = libksysguard.install
@@ -29,13 +29,13 @@ pkgbase = libksysguard
 	depends = qt6-declarative
 	depends = solid
 	depends = zlib
-	source = https://download.kde.org/stable/plasma/6.0.5/libksysguard-6.0.5.tar.xz
-	source = https://download.kde.org/stable/plasma/6.0.5/libksysguard-6.0.5.tar.xz.sig
+	source = https://download.kde.org/stable/plasma/6.1.0/libksysguard-6.1.0.tar.xz
+	source = https://download.kde.org/stable/plasma/6.1.0/libksysguard-6.1.0.tar.xz.sig
 	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
 	validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
 	validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
 	validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
-	sha256sums = ca954f5bb57700bd14bae3233a82094ea69d32271cc3edd6d32bcf38db23e177
+	sha256sums = 6d1e9af7ae10b124ab62aca70e2f3da15b742a72f7c0646f8c219f7f4b65e36a
 	sha256sums = SKIP
 
 pkgname = libksysguard
diff --git a/PKGBUILD b/PKGBUILD
index 3d18cfe..2739f63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libksysguard
-pkgver=6.0.5
+pkgver=6.1.0
 _dirver=$(echo $pkgver | cut -d. -f1-3)
 pkgrel=1
 pkgdesc='Library to retrieve information on the current status of computer hardware'
@@ -35,7 +35,7 @@ makedepends=(extra-cmake-modules
 groups=(plasma)
 source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
 install=libksysguard.install
-sha256sums=('ca954f5bb57700bd14bae3233a82094ea69d32271cc3edd6d32bcf38db23e177'
+sha256sums=('6d1e9af7ae10b124ab62aca70e2f3da15b742a72f7c0646f8c219f7f4b65e36a'
             'SKIP')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>