summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Straube2016-11-05 16:38:15 +0100
committerMichael Straube2016-11-05 16:38:15 +0100
commitcc29d794974e6497b1da86bc486d8c4676668259 (patch)
treec6222885cf37ff22040628853ed6ace74ac1be9f /PKGBUILD
parentcd02f99a00a4498b0af2e8ddc1b743077a6cfb8a (diff)
downloadaur-cc29d794974e6497b1da86bc486d8c4676668259.tar.gz
Add libnotify to opdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5f0cd40c6cd..1c129eed0b39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=kaku-bin
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="The next generation music client."
# TODO: add 32 bit
arch=('x86_64')
@@ -10,7 +10,8 @@ license=('MIT')
depends=('gconf' 'gtk2' 'fuse' 'xdg-utils' 'libxtst' 'libxss' 'nss' 'alsa-lib')
optdepends=('xdialog: .desktop file installation dialog'
'zenity: .desktop file installation dialog'
- 'kdebase-kdialog: .desktop file installation dialog')
+ 'kdebase-kdialog: .desktop file installation dialog'
+ 'libnotify: Desktop notifications')
conflicts=('kaku')
options=(!strip)
noextract=("Kaku-$pkgver-x86_64.AppImage")