summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAimilius2017-05-05 07:39:52 +0200
committerAimilius2017-05-05 07:53:02 +0200
commit3905261cf952018515955a2315b4207ee978a2b5 (patch)
treee209b0068464148fee2b515b232b4c9b45d21afe /PKGBUILD
parent23f1121a1cff57313ef83e64526f42e11c749cfa (diff)
downloadaur-3905261cf952018515955a2315b4207ee978a2b5.tar.gz
Make packagekit-qt5 an optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a511d36565c0..1a7494bcea11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ pkgdesc='KDE and Plasma resources management GUI'
arch=(i686 x86_64)
url='https://projects.kde.org/projects/kde/workspace/discover'
license=(LGPL)
-depends=(packagekit-qt5 knewstuff appstream-qt archlinux-appstream-data hicolor-icon-theme)
+depends=(knewstuff appstream-qt archlinux-appstream-data hicolor-icon-theme)
makedepends=(extra-cmake-modules-git git python plasma-framework)
+optdepends=('packagekit-qt5: To install packages from Arch repositories')
conflicts=(muon discover muon-git)
provides=(discover)
replaces=(muon-git)