summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 15:16:42 +0000
committerJoão Figueiredo2024-03-02 15:16:42 +0000
commit5a6c2647f1108b999a8cab7d18aa476eb50dbc42 (patch)
treeff784f3b12fa141e96d8964b9e5d2e0fa0b3040b /PKGBUILD
parent0bd1b335d800d37bb2023df1d90ea42f49e6640a (diff)
downloadaur-ksysguard-git.tar.gz
Fix erroneous kf5-git dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eeab4906f3c8..08d38c9ad3a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=ksysguard-git
pkgver=5.22.80_r3593.g2c18f3bd
-pkgrel=1
+pkgrel=2
pkgdesc='Track and control the processes running in your system'
arch=($CARCH)
url='https://userbase.kde.org/KSysGuard'
license=(LGPL)
-depends=(gcc-libs glibc kcompletion5-git kconfig5-git kconfigwidgets5-git kcoreaddons5-git kdbusaddons5-git ki18n5-git kiconthemes5-git kio5-git knewstuff5-git knotifications5-git ksystemstats-git kwidgetsaddons5-git kwindowsystem5-git kxmlgui5-git libksysguard-git lm_sensors qt5-base)
-makedepends=(git extra-cmake-modules-git kdoctools5-git)
+depends=(gcc-libs glibc kcompletion5 kconfig5 kconfigwidgets5 kcoreaddons5 kdbusaddons5 ki18n5 kiconthemes5 kio5 knewstuff5 knotifications5 ksystemstats-git kwidgetsaddons5 kwindowsystem5 kxmlgui5 libksysguard-git lm_sensors qt5-base)
+makedepends=(git extra-cmake-modules-git kdoctools5)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(plasma-git)