Date: Saturday, February 16, 2019 @ 19:51:00 Author: dvzrv Revision: 433753
upgpkg: fluidsynth 2.0.3-1 Upgrading to 2.0.3. Modified: fluidsynth/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-16 19:47:59 UTC (rev 433752) +++ PKGBUILD 2019-02-16 19:51:00 UTC (rev 433753) @@ -3,25 +3,18 @@ # Contributor: damir <[email protected]> pkgname=fluidsynth -# only update to > 2.0.0 after these are resolved: -# FIXED https://github.com/calf-studio-gear/calf/issues/202 -# FIXED https://github.com/falkTX/Carla/issues/758 -# DISABLED https://github.com/csound/csound/issues/1036 -# https://github.com/free-wheeling/freewheeling/issues/12 -# FIXED https://github.com/LMMS/lmms/issues/4640 -# FIXED https://sourceforge.net/p/qsynth/tickets/15/ -pkgver=1.1.11 -pkgrel=3 +pkgver=2.0.3 +pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" arch=('x86_64') url="http://www.fluidsynth.org/" -depends=('glib2' 'jack' 'libpulse' 'portaudio') +depends=('glib2' 'libpulse' 'portaudio') makedepends=('cmake' 'ladspa' 'doxygen') optdepends=('pulseaudio: PulseAudio sound support') license=('LGPL') backup=("etc/conf.d/$pkgname") source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz") -sha512sums=('ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c') +sha512sums=('4a557c56257dc38394468e9985b811b1e56aa521b01e9ecf76a76483e6f7e94f6c905b3174203f035e972b092f09c2d099e19a3d39ac9c6ede5ac27bff93ecd3') prepare() { cd "${pkgname}-${pkgver}"
