summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrbit2017-10-15 20:42:13 +0200
committermrbit2017-10-15 20:42:13 +0200
commit36d5524181c71ad8320ae5789aa2b8a209855fbb (patch)
tree177767e184bd634cccbaa25195deccd93eb9f773
parent1f3e40bde9a232f445966ecde8c7c63f6efa764d (diff)
downloadaur-36d5524181c71ad8320ae5789aa2b8a209855fbb.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4f4d7de35fb..4283738b6a79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Oct 27 20:42:13 UTC 2016
+# Sun Oct 15 18:41:54 UTC 2017
pkgbase = a2jmidid-git
pkgdesc = Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system.
pkgver = 20150715.6fc0ced
@@ -11,7 +11,7 @@ pkgbase = a2jmidid-git
license = GPL
makedepends = git
depends = jack
- depends = dbus-core
+ depends = dbus
depends = python2
provides = a2jmidid
diff --git a/PKGBUILD b/PKGBUILD
index 5f586f00125c..80614f679c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI sys
arch=('i686' 'x86_64')
url="http://home.gna.org/a2jmidid/"
license=('GPL')
-depends=('jack' 'dbus-core' 'python2')
+depends=('jack' 'dbus' 'python2')
makedepends=('git')
provides=('a2jmidid')
install=${pkgname}.install