summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Wolff2018-08-23 19:36:42 +0200
committerJulian Wolff2018-08-23 19:36:42 +0200
commit471c07988e3869e5d523f7c15044d0d74071ba11 (patch)
tree94153e95754968d61454e13ed2aef25941b70488
parent6873ee4102f2d1e8f3a20fd39280f6ca08a33c51 (diff)
downloadaur-471c07988e3869e5d523f7c15044d0d74071ba11.tar.gz
fix jack dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b0da37c30f0..66d5e3fc0d7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 9 10:43:17 UTC 2017
+# Thu Aug 23 17:36:25 UTC 2018
pkgbase = jackman-git
pkgdesc = Collection of scripts that help managing multiple audio interfaces with Jack
pkgver = r61.44efc9d
@@ -8,7 +8,7 @@ pkgbase = jackman-git
arch = any
license = GPL3
makedepends = git
- depends = jackdbus
+ depends = jack
depends = alsa-utils
depends = python2-dbus
depends = systemd
diff --git a/PKGBUILD b/PKGBUILD
index 4f6e3371c33a..b62e7e257dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url=''
license=('GPL3')
conflicts=(jackman)
provides=(jackman)
-depends=('jackdbus' 'alsa-utils' 'python2-dbus' 'systemd' 'coreutils')
+depends=('jack' 'alsa-utils' 'python2-dbus' 'systemd' 'coreutils')
makedepends=('git')
optdepends=('zenity: system notifications'
'kdialog: system notifications')