summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Marzal2021-01-24 11:41:21 +0100
committerDavid Marzal2021-01-24 11:41:21 +0100
commit5d7f4c4c7a76e9c093ae1e239a62be4d1b8a01e0 (patch)
treecbef21c06f70a08aeedf65fd8e6853b6ef55ed8f
parentedfc89079d54427ce02315802221694578f47f1a (diff)
downloadaur-5d7f4c4c7a76e9c093ae1e239a62be4d1b8a01e0.tar.gz
jack2-dbus is now splitted
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe08b718a55..5f949f72febd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = studio-controls-git
pkgdesc = An JACK audio setup utility with USB device and PulseAudio bridges.
- pkgver = 2.0.9.r16.gce84d5f
+ pkgver = 2.1.1.r0.g1b1e7ce
pkgrel = 1
url = https://github.com/ovenwerks/studio-controls
arch = x86_64
license = GPL
makedepends = git
depends = jack2
+ depends = jack2-dbus
depends = python
depends = python-gobject
depends = python-dbus
diff --git a/PKGBUILD b/PKGBUILD
index 6fc43a468257..7b6101b3e683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: David Marzal <mundolibre at tutanota dot com>
_pkgname=studio-controls
pkgname=${_pkgname}-git
-pkgver=2.0.9.r16.gce84d5f
+pkgver=2.1.1.r0.g1b1e7ce
pkgrel=1
pkgdesc="An JACK audio setup utility with USB device and PulseAudio bridges."
arch=('x86_64')
url="https://github.com/ovenwerks/studio-controls"
license=('GPL')
groups=()
-depends=('jack2' 'python' 'python-gobject' 'python-dbus' 'python-jack-client' 'python-pyalsaaudio' 'zita-ajbridge' 'a2jmidid')
+depends=('jack2' 'jack2-dbus' 'python' 'python-gobject' 'python-dbus' 'python-jack-client' 'python-pyalsaaudio' 'zita-ajbridge' 'a2jmidid')
makedepends=(git)
optdepends=('pulseaudio-jack: PulseAudio to JACK bridge'
'alsa-utils: ALSA - Utilities (amixer)'