Date: Saturday, September 28, 2019 @ 21:24:35 Author: dvzrv Revision: 363515
upgpkg: fluidsynth 2.0.7-1 Upgrading to 2.0.7. Modified: fluidsynth/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-28 21:18:25 UTC (rev 363514) +++ PKGBUILD 2019-09-28 21:24:35 UTC (rev 363515) @@ -3,7 +3,7 @@ # Contributor: damir <[email protected]> pkgname=fluidsynth -pkgver=2.0.6 +pkgver=2.0.7 pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" arch=('x86_64') @@ -16,11 +16,11 @@ provides=('libfluidsynth.so' 'soundfont-synthesizer') backup=("etc/conf.d/$pkgname") source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz") -sha512sums=('c160e3d7c6ad62d5cc014642eb18a0f65eb90b5ad91db4049e1b45446034e989a4f9e5b805270967d4eaf47a6e2da0e81bdb5ae95500cc80d7021e8e61cd7107') +sha512sums=('c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e') prepare() { cd "${pkgname}-${pkgver}" - mkdir build + mkdir -v build } build() {
