diff options
Diffstat (limited to 'community/lmms/PKGBUILD')
-rw-r--r-- | community/lmms/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD index b9a6a79dc..1f41a6d99 100644 --- a/community/lmms/PKGBUILD +++ b/community/lmms/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92797 2013-06-15 10:20:30Z lfleischer $ +# $Id: PKGBUILD 99896 2013-10-31 02:20:39Z allan $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw> # Contributor: Mateusz Herych <heniekk@gmail.com> @@ -21,7 +21,7 @@ makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk') [[ $CARCH = i686 ]] && makedepends+=('wine') provides=('lmms-extras') conflicts=('lmms-extras') -options=('!libtool' '!makeflags') +options=('!makeflags') install=lmms.install source=("http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2" zynaddsubfx_unlink.patch) |