Date: Tuesday, May 8, 2018 @ 13:51:49 Author: arojas Revision: 323540
Update to 1.1.11 Modified: fluidsynth/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-08 13:45:46 UTC (rev 323539) +++ PKGBUILD 2018-05-08 13:51:49 UTC (rev 323540) @@ -4,7 +4,7 @@ # Contributor: damir <[email protected]> pkgname=fluidsynth -pkgver=1.1.10 +pkgver=1.1.11 pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" arch=('x86_64') @@ -15,7 +15,7 @@ license=('LGPL') backup=("etc/conf.d/$pkgname") source=($pkgname-$pkgver.tar.gz::"https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz") -sha512sums=('7ff7757baf6dee37f65a4fd214ffab1aa1434cfd1545deb4108fe2e9b0ed19d616880b2740a693b51ade0a4be998a671910b43cae26eb67fb97b16a513752cbc') +sha512sums=('ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c') prepare() { cd "${pkgname}-${pkgver}" @@ -26,7 +26,6 @@ build() { cd "${pkgname}-${pkgver}/build" cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \ -Denable-ladspa=ON \ -Denable-lash=ON \
