zynaddsubfx: update to 2.5.3

This commit is contained in:
Chaoting Liu 2016-02-28 16:56:42 +00:00
parent 8e6aad53e4
commit 757547d1da

View File

@ -3,7 +3,7 @@
#_pkgname=ZynAddSubFX #_pkgname=ZynAddSubFX
pkgname=zynaddsubfx pkgname=zynaddsubfx
pkgver=2.5.0 pkgver=2.5.3
pkgrel=1 pkgrel=1
pkgdesc="Open source additive and substractive software synthesizer, with an integrated effect engine." pkgdesc="Open source additive and substractive software synthesizer, with an integrated effect engine."
arch=('x86_64') arch=('x86_64')
@ -11,10 +11,10 @@ url="http://zynaddsubfx.sourceforge.net/"
license=('GPL2') license=('GPL2')
depends=('fftw' 'mxml' 'zlib' 'fltk' 'lash' 'dssi' 'fftw') depends=('fftw' 'mxml' 'zlib' 'fltk' 'lash' 'dssi' 'fftw')
makedepends=('jack' 'ladspa' 'cmake' 'gendesk' 'setconf') makedepends=('jack' 'ladspa' 'cmake' 'gendesk' 'setconf')
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
# 'gentoo-zynaddsubfx-2.4.1-docs.patch' # 'gentoo-zynaddsubfx-2.4.1-docs.patch'
categories=('multimedia') categories=('multimedia')
sha256sums=('a3810708291367298e04002eda29237ff5f70240e432be84ea48b54895746aa7') sha1sums=('591aa5e67c02b5dffc3fbc209930010af59b262d')
prepare() { prepare() {
cd "$srcdir" cd "$srcdir"