summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Busch2019-03-17 19:27:55 +0100
committerDaniel Busch2019-03-17 19:27:55 +0100
commit44e9d152b7c7a445ae34bcece4995a39aa14195b (patch)
treed955bf20bd5f753affd6e924fddf77d0cef767b3 /PKGBUILD
parent7e0d6e95fa85ec9fbd9cf489266619dd44d42621 (diff)
downloadaur-44e9d152b7c7a445ae34bcece4995a39aa14195b.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a974255a0a6..83972a63bc35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A neat notification daemon"
url="https://github.com/misterdanb/avizo"
arch=(x86_64)
license=(GPL)
-depends=(gtk3 dbus)
+depends=(gtk3 dbus light alsa-utils)
makedepends=(vala meson git)
_commit=tags/1.0
source=("git+https://github.com/misterdanb/avizo")