summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-01-26 21:24:07 -0800
committerLlewelyn Trahaearn2016-01-26 21:24:07 -0800
commit613a502183b9feceb6a0ffeb089022f83ed7fd48 (patch)
tree3cd3c32032d75dfbfd9dbdd740603ebf0233bcab /PKGBUILD
parent4b7a95a02f129416e0ec0d0e0b2a91edfe869067 (diff)
downloadaur-613a502183b9feceb6a0ffeb089022f83ed7fd48.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 310cfa32b35b..ca0956fb6988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgdesc="Utilities to improve integration and workflow with JACK and LASH."
arch=('any')
url="https://launchpad.net/laditools"
license=('GPL3')
-depends=('jack' 'python2' 'pygtk' 'python2-yaml' 'glade' 'python2-enum')
+depends=('glade' 'jack' 'pygtk' 'python2' 'python2-enum' 'python2-yaml')
makedepends=('git' 'python2-distutils-extra')
-provides=('laditools')
-conflicts=('laditools')
+provides=("${pkgname%-*}")
+conflicts=("${pkgname%-*}-git")
install=${pkgname}.install
source=("http://repo.or.cz/w/laditools.git/snapshot/2b3f5356ac5a79bcb5184498e49f3d6ea3943f14.tar.gz")
sha512sums=('3cc54e2251b244c64f9f28560cf6a03343139b1ea3e227004cd54310517ac4e4ddccae088de93fab91f934d403d084dee25c2d31b5818b4349268feafdb084b0')