diff --git a/community/zynaddsubfx/PKGBUILD b/community/zynaddsubfx/PKGBUILD index 321ff49a0..2cbaa4537 100644 --- a/community/zynaddsubfx/PKGBUILD +++ b/community/zynaddsubfx/PKGBUILD @@ -8,19 +8,19 @@ # - patch to remove hardcoded sse flags pkgname=zynaddsubfx -pkgver=2.4.4 +pkgver=2.5.0 pkgrel=1 pkgdesc="Opensource software synthesizer capable of making a countless number of instruments." arch=('i686' 'x86_64') url="http://zynaddsubfx.sourceforge.net" license=('GPL') -depends=('fltk' 'libgl' 'fftw' 'lash' 'mxml') +depends=('fltk' 'libgl' 'fftw' 'lash' 'mxml' 'liblo') makedepends=('cmake' 'pkgconfig' 'mesa' 'setconf' 'gendesk') options=('!emptydirs') -source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/zynaddsubfx-$pkgver.tar.xz" +source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/zynaddsubfx-$pkgver.tar.gz" "$pkgname.svg" '0001-no_sse_generic.patch') -md5sums=('4f985c06da3a3e31ebccd7cf72ae434e' +md5sums=('22a3468ead939285b3eb13d92e1109c7' '6f7e9c3ce3947088a10c99c46a65431f' '160936412b6123e67f9bb01e56207b27')