summaryrefslogtreecommitdiff
path: root/community/lmms/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lmms/PKGBUILD')
-rw-r--r--community/lmms/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD
index 1f41a6d99..d6b9c69a5 100644
--- a/community/lmms/PKGBUILD
+++ b/community/lmms/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 99896 2013-10-31 02:20:39Z allan $
+# $Id: PKGBUILD 109323 2014-04-13 11:20:12Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Storyteller <spiralsorrow@hotmail.com>
pkgname=lmms
-pkgver=0.4.15
+pkgver=1.0.0
pkgrel=1
pkgdesc='The Linux MultiMedia Studio.'
arch=('i686' 'x86_64')
url='http://lmms.sourceforge.net/'
license=('GPL')
depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt4' 'sdl_sound'
- 'libsamplerate' 'shared-mime-info')
+ 'libsamplerate' 'shared-mime-info' 'fltk')
optdepends=('wine: VST support (experimental)'
'fftw: SpectrumAnalyzer plugin'
'stk: STK instruments plugins'
@@ -23,9 +23,9 @@ provides=('lmms-extras')
conflicts=('lmms-extras')
options=('!makeflags')
install=lmms.install
-source=("http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2"
+source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.bz2/download"
zynaddsubfx_unlink.patch)
-md5sums=('0c754480ded76b7c081a99d7a884549c'
+md5sums=('72260dd6e29bf018875fd751c1d43465'
'd2ea78ac0cf2979505f140c6845617cf')
build() {