summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2016-11-05 16:38:15 +0100
committerMichael Straube2016-11-05 16:38:15 +0100
commitcc29d794974e6497b1da86bc486d8c4676668259 (patch)
treec6222885cf37ff22040628853ed6ace74ac1be9f
parentcd02f99a00a4498b0af2e8ddc1b743077a6cfb8a (diff)
downloadaur-cc29d794974e6497b1da86bc486d8c4676668259.tar.gz
Add libnotify to opdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f1e25650d65..ba9b3a375577 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kaku-bin
pkgdesc = The next generation music client.
pkgver = 1.8.0
- pkgrel = 1
+ pkgrel = 2
url = http://kaku.rocks
arch = x86_64
license = MIT
@@ -16,6 +16,7 @@ pkgbase = kaku-bin
optdepends = xdialog: .desktop file installation dialog
optdepends = zenity: .desktop file installation dialog
optdepends = kdebase-kdialog: .desktop file installation dialog
+ optdepends = libnotify: Desktop notifications
conflicts = kaku
noextract = Kaku-1.8.0-x86_64.AppImage
options = !strip
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")