From 68a733789003e9a2adbc1c889de199778c8566ce Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 22 Oct 2020 11:22:36 +0200 Subject: community/plasma: upgrade to 5.20.1 --- community/ksysguard/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'community/ksysguard') diff --git a/community/ksysguard/APKBUILD b/community/ksysguard/APKBUILD index 63e051b7c21..93a42a84257 100644 --- a/community/ksysguard/APKBUILD +++ b/community/ksysguard/APKBUILD @@ -1,10 +1,12 @@ # Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=ksysguard -pkgver=5.20.0 +pkgver=5.20.1 pkgrel=0 pkgdesc="Track and control the processes running in your system" -arch="all !armhf" # armhf blocked by extra-cmake-modules +# armhf blocked by extra-cmake-modules +# s390x blocked by libksysguard +arch="all !armhf !s390x" url="https://userbase.kde.org/KSysGuard" license="GPL-2.0-only" makedepends="extra-cmake-modules kconfig-dev kcoreaddons-dev kdbusaddons-dev kdoctools-dev ki18n-dev kiconthemes-dev kinit-dev kitemviews-dev kio-dev knewstuff-dev knotifications-dev kwindowsystem-dev libksysguard-dev" @@ -28,4 +30,4 @@ check() { package() { DESTDIR="$pkgdir" cmake --build build --target install } -sha512sums="db3fa91c7b9c578766a4011ad8e60d9c0028189f8505d101e4f0cf8e1bf63e951adcb0feba3825696b33b1fa2c958c0e8ac08575b66c3d1a9258508a87af7178 ksysguard-5.20.0.tar.xz" +sha512sums="32545635aa6bdceaa65cb9401c5bea31ea249d1770751e298b809770ef78e8670d92675d20d0c608d32fe5696725cfbe21c2c58934e15944cb718733cca38c33 ksysguard-5.20.1.tar.xz" -- cgit v1.2.3