Tomaz Canabrava pushed to branch main at Arch Linux / Packaging / Packages /
libksysguard
Commits:
c751a595 by Tomaz Canabrava at 2026-01-13T21:57:58+01:00
upgpkg: 6.5.5-1: Update to 6.5.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libksysguard
pkgdesc = Library to retrieve information on the current status of
computer hardware
- pkgver = 6.5.4
- pkgrel = 2
+ pkgver = 6.5.5
+ pkgrel = 1
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma
@@ -29,13 +29,13 @@ pkgbase = libksysguard
depends = qt6-base
depends = qt6-declarative
depends = solid
- source =
https://download.kde.org/stable/plasma/6.5.4/libksysguard-6.5.4.tar.xz
- source =
https://download.kde.org/stable/plasma/6.5.4/libksysguard-6.5.4.tar.xz.sig
+ source =
https://download.kde.org/stable/plasma/6.5.5/libksysguard-6.5.5.tar.xz
+ source =
https://download.kde.org/stable/plasma/6.5.5/libksysguard-6.5.5.tar.xz.sig
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
- sha256sums =
74f370be24722afa2ae79acf3d73edc6a23f0ecba8e0b717de973f5d0da0508e
+ sha256sums =
22b8e4812b1dfa6aef18f27d2ba66d6d7702b3e4db250cae48ab946196da734d
sha256sums = SKIP
pkgname = libksysguard
=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=libksysguard
-pkgver=6.5.4
+pkgver=6.5.5
_dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=2
+pkgrel=1
pkgdesc='Library to retrieve information on the current status of computer
hardware'
arch=(x86_64)
url='https://kde.org/plasma-desktop/'
@@ -35,7 +35,7 @@ makedepends=(extra-cmake-modules
qt6-tools)
groups=(plasma)
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('74f370be24722afa2ae79acf3d73edc6a23f0ecba8e0b717de973f5d0da0508e'
+sha256sums=('22b8e4812b1dfa6aef18f27d2ba66d6d7702b3e4db250cae48ab946196da734d'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libksysguard/-/commit/c751a59590125d702fbf95167cd74bf8231fd021
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libksysguard/-/commit/c751a59590125d702fbf95167cd74bf8231fd021
You're receiving this email because of your account on gitlab.archlinux.org.