[arch-commits] Commit in plasma5-applets-thermal-monitor/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sat Oct 16 19:46:48 UTC 2021


    Date: Saturday, October 16, 2021 @ 19:46:48
  Author: archange
Revision: 1030579

FS#71237 add missing ksysguard dependency

Modified:
  plasma5-applets-thermal-monitor/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-16 19:31:29 UTC (rev 1030578)
+++ PKGBUILD	2021-10-16 19:46:48 UTC (rev 1030579)
@@ -3,12 +3,12 @@
 
 pkgname=plasma5-applets-thermal-monitor
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Plasma applet for monitoring temperatures of existing sensors including CPU, GPU and HDD."
 arch=(any)
 url="https://gitlab.com/agurenko/plasma-applet-thermal-monitor/"
 license=(GPL)
-depends=(plasma-workspace qt5-graphicaleffects)
+depends=(plasma-workspace ksysguard qt5-graphicaleffects)
 makedepends=(extra-cmake-modules)
 source=(${url}/-/archive/${pkgver}/${pkgname/5-applets/-applet}-${pkgver}.tar.bz2
         ${pkgname}-fix-window-size.patch::${url}/-/commit/c780ccea2bf8c6050a4ecdacc006ed0f73edb9bb.patch



More information about the arch-commits mailing list