summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorftilde2020-03-23 12:17:03 +0100
committerftilde2020-03-23 12:17:03 +0100
commitbb85c578995314acb625f56c135e53e3d9815f6d (patch)
treeb06059e57b979226bfc45d88acf47d6686279557
parentcdbcc9e3beb8ab537a5bbfad1130d6631b14fc7d (diff)
downloadaur-bb85c578995314acb625f56c135e53e3d9815f6d.tar.gz
Add notification-daemon dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43131fe8bd10..4b55f9566f16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = buzz-git
makedepends = rust
depends = libappindicator-gtk3
depends = gtk3
+ depends = notification-daemon
source = buzz-git::git+https://github.com/jonhoo/buzz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3497ba2c4ae5..7a1e128cc770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="A simple system tray application for notifying about unseen e-mail "
arch=('i686' 'x86_64')
url="https://github.com/jonhoo/buzz"
license=('MIT' 'Apache')
-depends=('libappindicator-gtk3' 'gtk3')
+depends=('libappindicator-gtk3' 'gtk3' 'notification-daemon')
makedepends=('git' 'rust')
source=("${pkgname}::git+https://github.com/jonhoo/buzz")
md5sums=('SKIP')