[arch-commits] Commit in fluidsynth/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:47:28 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:47:27
  Author: arojas
Revision: 316118

Update to 1.1.9

Modified:
  fluidsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 17:43:07 UTC (rev 316117)
+++ PKGBUILD	2018-02-06 17:47:27 UTC (rev 316118)
@@ -3,21 +3,21 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=fluidsynth
-pkgver=1.1.6
-pkgrel=5
+pkgver=1.1.9
+pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/"
-depends=('jack' 'libpulse')
+depends=('jack' 'libpulse' 'glib2')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 license=('LGPL')
 backup=("etc/conf.d/$pkgname")
 install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+source=($pkgname-$pkgver.tar.gz::"https://github.com/FluidSynth/fluidsynth/archive/v$pkgver.tar.gz"
         'fluidsynth.systemd'
         'fluidsynth.conf')
-md5sums=('ae5aca6de824b4173667cbd3a310b263'
+md5sums=('0011c2b173e90f95a72b12c9a73b7c2c'
          'ba5e2c71a98d593339e1460c60b0951c'
          '2167e6a7e38ed29399d77179072548f2')
 



More information about the arch-commits mailing list