diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-13 03:18:35 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-13 03:18:35 +0000 |
commit | b6ad8075baf858359209aa7f1af82a143dcc0c80 (patch) | |
tree | 905bbb7a639842e49556d2aafa014d77be7d81ea /community/qtractor/PKGBUILD | |
parent | e3fe31f4a2c44fef8da55c60c3f95a763fdfd3c7 (diff) |
Thu Feb 13 03:16:56 UTC 2014
Diffstat (limited to 'community/qtractor/PKGBUILD')
-rw-r--r-- | community/qtractor/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qtractor/PKGBUILD b/community/qtractor/PKGBUILD index 3ef2d1fa2..3d4452d35 100644 --- a/community/qtractor/PKGBUILD +++ b/community/qtractor/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 103286 2014-01-02 13:32:26Z schiv $ +# $Id: PKGBUILD 105622 2014-02-12 07:14:10Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Philipp Überbacher <hollunder at gmx dot at> pkgname=qtractor pkgver=0.5.12 -pkgrel=1 +pkgrel=2 pkgdesc="Audio/MIDI multitrack sequencer" arch=('i686' 'x86_64') url="http://qtractor.sourceforge.net/" license=('GPL') -depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo' +depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo>=0.28' 'rubberband' 'shared-mime-info') makedepends=('ladspa' 'dssi') [ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support') |