summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBas Timmer2023-10-03 00:15:25 +0200
committerBas Timmer2023-10-03 00:15:25 +0200
commit402e223df551ba874ce7d77f8ffeb809143abce4 (patch)
treef3b6ef85634dfa043a9ac3192977c64cd11c8696
parent69052a7b7ef2b04d02131323eee3af4f1710cfcc (diff)
downloadaur-402e223df551ba874ce7d77f8ffeb809143abce4.tar.gz
Rename kf5 packages
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df60cdcede7e..e355f783ffd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = libksysguard-light
pkgdesc = Libraries for ksysguard to retrieve information on the current status of computer hardware without the big dependency on qt5-webengine
pkgver = 5.27.8
- pkgrel = 1
+ pkgrel = 2
url = https://kde.org/plasma-desktop/
install = libksysguard.install
arch = x86_64
groups = plasma
license = LGPL
makedepends = extra-cmake-modules
- makedepends = kdoctools
+ makedepends = kdoctools5
makedepends = qt5-tools
depends = libxres
- depends = knewstuff
+ depends = knewstuff5
provides = libksysguard
conflicts = libksysguard
conflicts = ksysguard<5.21.90
diff --git a/PKGBUILD b/PKGBUILD
index a36ae98cbdf1..26e6d88572be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname=libksysguard
pkgname=libksysguard-light
pkgver=5.27.8
-pkgrel=1
+pkgrel=2
pkgdesc='Libraries for ksysguard to retrieve information on the current status of computer hardware without the big dependency on qt5-webengine'
arch=(x86_64)
url=' https://kde.org/plasma-desktop/'
license=(LGPL)
-depends=(libxres knewstuff)
-makedepends=(extra-cmake-modules kdoctools qt5-tools)
+depends=(libxres knewstuff5)
+makedepends=(extra-cmake-modules kdoctools5 qt5-tools)
conflicts=(libksysguard 'ksysguard<5.21.90')
groups=(plasma)
replaces=(libksysguard)