* update libksysguard to 6.3.1-1

This commit is contained in:
Alexander Baldeck 2025-02-26 17:40:30 +01:00
parent dcd4aff080
commit 369c6b3c01
2 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = libksysguard
pkgdesc = Library to retrieve information on the current status of computer hardware
pkgver = 6.2.4
pkgver = 6.3.1
pkgrel = 1
url = https://kde.org/plasma-desktop/
install = libksysguard.install
@ -29,17 +29,18 @@ pkgbase = libksysguard
depends = libnl
depends = libpcap
depends = lm_sensors
depends = qt6-5compat
depends = qt6-base
depends = qt6-declarative
depends = solid
depends = zlib
source = https://download.kde.org/stable/plasma/6.2.4/libksysguard-6.2.4.tar.xz
source = https://download.kde.org/stable/plasma/6.2.4/libksysguard-6.2.4.tar.xz.sig
source = https://download.kde.org/stable/plasma/6.3.1/libksysguard-6.3.1.tar.xz
source = https://download.kde.org/stable/plasma/6.3.1/libksysguard-6.3.1.tar.xz.sig
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
sha256sums = f799f90efd3b3e0ea17b1969bb0cc5744c7762ea16d128b1b4d31dfa78cc58ae
sha256sums = c223e5290562b52a910c70260b3ca27334728e6a635911eb6726a872e7178ba6
sha256sums = SKIP
pkgname = libksysguard

View File

@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=libksysguard
pkgver=6.2.4
pkgver=6.3.1
_dirver=$(echo $pkgver | cut -d. -f1-3)
pkgrel=1
pkgdesc='Library to retrieve information on the current status of computer hardware'
@ -27,6 +27,7 @@ depends=(gcc-libs
libnl
libpcap
lm_sensors
qt6-5compat
qt6-base
qt6-declarative
solid
@ -36,7 +37,7 @@ makedepends=(extra-cmake-modules
groups=(plasma)
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
install=libksysguard.install
sha256sums=('f799f90efd3b3e0ea17b1969bb0cc5744c7762ea16d128b1b4d31dfa78cc58ae'
sha256sums=('c223e5290562b52a910c70260b3ca27334728e6a635911eb6726a872e7178ba6'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>