diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : fluid-soundfont
version : '3'
-release : 1
+release : 2
source :
- http://http.debian.net/debian/pool/main/f/fluid-soundfont/fluid-soundfont_3.1.orig.tar.gz : 2621acaa1c78e4abdb24bdd163230cc577e61276936d6aa6e3180582142f0343
license : MIT
@@ -11,4 +11,7 @@
install : |
install -Dm00644 FluidR3_GM.sf2 $installdir/usr/share/sounds/sf2/FluidR3.sf2
install -Dm00644 COPYING $installdir/usr/share/doc/fluid-soundfont/COPYING
- install -Dm00644 README $installdir/usr/share/doc/fluid-soundfont/README
\ No newline at end of file
+ install -Dm00644 README $installdir/usr/share/doc/fluid-soundfont/README
+
+ # Symlink original name because apparently some programs actually depend on>
+ ln -s $installdir/usr/share/sounds/sf2/FluidR3.sf2 $installdir/usr/share/sounds/sf2/FluidR3_GM.sf2
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -20,11 +20,12 @@
/usr/share/doc/fluid-soundfont/COPYING
/usr/share/doc/fluid-soundfont/README
/usr/share/sounds/sf2/FluidR3.sf2
+ /usr/share/sounds/sf2/FluidR3_GM.sf2
-
- 2019-04-19
+
+ 2019-10-24
3
Packaging update
Jacob Alzén