summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Harris2018-03-03 10:07:23 -0800
committerMike Harris2018-03-03 10:07:23 -0800
commitb1b344a62cb43a2ba928e27a983251c8950ad921 (patch)
tree665dd0b74f7b25a3ee4fe662a354c272d258436e
parentf26370e3de93c35e63894c31e43db4eef036d0ea (diff)
downloadaur-b1b344a62cb43a2ba928e27a983251c8950ad921.tar.gz
added yakuake dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b644c875f01..b916a0291559 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma5-applets-kde-arch-update-notifier-git
pkgdesc = A KDE plasmoid for your system tray notifying you of available updates with AUR Support
- pkgver = 4.0.2
+ pkgver = 4.0.3
pkgrel = 1
url = https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = plasma5-applets-kde-arch-update-notifier-git
makedepends = extra-cmake-modules
depends = fakeroot
depends = konsole
+ depends = yakuake
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 091d8d2a3d8c..87e6583a079e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer Mike Harris <mike.a.harris@outlook.com>
pkgname=plasma5-applets-kde-arch-update-notifier-git
-pkgver=4.0.2
+pkgver=4.0.3
pkgrel=1
pkgdesc="A KDE plasmoid for your system tray notifying you of available updates with AUR Support"
url="https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid"
arch=('x86_64')
license=('GPL')
-depends=("fakeroot" "konsole")
+depends=("fakeroot" "konsole" "yakuake")
optdepends=("checkupdates-aur")
makedepends=("make" "cmake" "git" "extra-cmake-modules")
conflicts=()