summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 491db5ee902f..c758b446aac0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = jacklistener-git
license = GPL3
makedepends = git
depends = dbus
+ depends = udev
optdepends = jackeventcmd-git: Run custom commands when headphones are (un)plugged
optdepends = jacknotifier-git: Headphones Jack Notification Daemon
optdepends = musicpaused-git: Pause music when headphones are unplugged
diff --git a/PKGBUILD b/PKGBUILD
index 6e81b770462d..90f550fdf909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/gentoo-root/jacklistener"
license=('GPL3')
provides=('jacklistener')
-depends=('dbus')
+depends=('dbus' 'udev')
optdepends=("jackeventcmd-git: Run custom commands when headphones are (un)plugged"
"jacknotifier-git: Headphones Jack Notification Daemon"
"musicpaused-git: Pause music when headphones are unplugged"