summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2019-11-19 16:50:34 +0100
committerRaphael Nestler2019-11-19 16:50:34 +0100
commit742dc19a323559fbbc92643b239e28a3d389953c (patch)
tree729c6cc7e8048c237d679edeed6de1d92a502a86
parentbcf72a6001be732de95a73a18a160b88937c305a (diff)
downloadaur-742dc19a323559fbbc92643b239e28a3d389953c.tar.gz
Add dbus dependency
For the notification support.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 882b7ac3bf44..6f5f548ef417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/rnestler/${_pkgname}"
license=('GPL3')
makedepends=('git' 'rust' 'cargo')
+depends=('dbus')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("git://github.com/rnestler/${_pkgname}.git")