summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-01-26 21:28:39 -0800
committerLlewelyn Trahaearn2016-01-26 21:28:39 -0800
commit441f7a3f9628abb90a0944c508173888160b861d (patch)
treea42139ce3aec84b9037b27ed82b27ea709ac0a17 /PKGBUILD
parent0b8ee03c6366cae9184a12febf4927927766a0fc (diff)
downloadaur-441f7a3f9628abb90a0944c508173888160b861d.tar.gz
Dependency tuning.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f69928f61865..87b57c8a0dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ pkgdesc="Session management system for JACK."
arch=('i686' 'x86_64')
url="https://launchpad.net/ladish"
license=('GPL2')
-depends=('jack' 'boost' 'dbus-glib' 'laditools-git' 'flowcanvas<=0.7.1' 'a2jmidid')
+depends=('a2jmidid' 'boost' 'dbus-glib' 'flowcanvas<=0.7.1' 'jack' 'laditools-git')
makedepends=('git' 'python2')
-provides=('ladish' 'lash')
-conflicts=('ladish' 'lash')
+provides=("${pkgname}" 'lash')
+conflicts=("${pkgname}" 'lash')
install=${pkgname}.install
source=("${pkgname}::git://repo.or.cz/ladish.git")
sha512sums=('SKIP')