summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Harris2018-10-21 15:47:39 -0500
committerMike Harris2018-10-21 15:47:39 -0500
commit8d3d4fb8acb2b7380f8ce703f04272bc28bcf7b6 (patch)
tree2e3e31b4543eae5448f3d42a5c0994e3d855e19b
parenta1d2a73d49153c487730eaab66d9d961973eac98 (diff)
downloadaur-8d3d4fb8acb2b7380f8ce703f04272bc28bcf7b6.tar.gz
added plasma-desktop depedncy
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f100ed091213..a8cde4693b00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = plasma5-applets-kde-arch-update-notifier-git
depends = konsole
depends = yakuake
depends = pacman-contrib
+ depends = plasma-desktop
optdepends = checkupdates-aur
source = git+https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9eb950add70c..989ad05e52f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A KDE plasmoid for your system tray notifying you of available updates
url="https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid"
arch=('x86_64')
license=('GPL')
-depends=("fakeroot" "konsole" "yakuake" "pacman-contrib")
+depends=("fakeroot" "konsole" "yakuake" "pacman-contrib" "plasma-desktop")
optdepends=("checkupdates-aur")
makedepends=("make" "cmake" "git" "extra-cmake-modules")
conflicts=()