summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjjacky2012-02-20 01:46:32 +0100
committerOlivier Brunel2015-06-08 18:54:19 +0200
commitb6caa20d0719251839bd0082e1c3de53873fed14 (patch)
tree49ca1b79027ac939231ade9caecfca4c7c22d0b0 /PKGBUILD
parent851c26c0ab5b848879bebdf0dfeaa726ca878182 (diff)
downloadaur-b6caa20d0719251839bd0082e1c3de53873fed14.tar.gz
kalu: notification-daemon was missing as dependency, fixed
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30ec41a13cdc..4f68f85adea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news"
arch=('i686' 'x86_64')
url="https://bitbucket.org/jjacky/kalu"
license=('GPL3+')
-depends=('dbus' 'polkit' 'gtk3' 'pacman>=4.0.1' 'pacman<4.1' 'curl' 'libnotify')
+depends=('dbus' 'polkit' 'gtk3' 'pacman>=4.0.1' 'pacman<4.1' 'curl' 'libnotify', 'notification-daemon')
makedepends=('pkg-config')
source=(https://bitbucket.org/jjacky/$pkgname/get/$pkgver.tar.gz)
md5sums=('e6158be2d2c87238c2ab7bb7a5c3386f')