summaryrefslogtreecommitdiff
path: root/community/lmms
diff options
context:
space:
mode:
Diffstat (limited to 'community/lmms')
-rw-r--r--community/lmms/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD
index c1827d8ab..fc9280f91 100644
--- a/community/lmms/PKGBUILD
+++ b/community/lmms/PKGBUILD
@@ -16,7 +16,7 @@ optdepends=('wine: VST support (experimental)'
'stk: STK instruments plugins'
'pulseaudio: PulseAudio output')
makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk')
-[ $CARCH = i686 ] && makedepends+=('wine')
+[[ $CARCH = i686 ]] && makedepends+=('wine')
provides=('lmms-extras')
conflicts=('lmms-extras')
options=('!libtool' '!makeflags')