diff options
author | FoolEcho | 2019-02-23 10:16:34 +0100 |
---|---|---|
committer | FoolEcho | 2019-02-23 10:16:34 +0100 |
commit | 4fb5050f0720c9617446e5377bac1e22900c8fec (patch) | |
tree | 4091263f15eb528da79a1ee829b4e86f360b0b10 | |
parent | 3d5110df03052d0f4446b65c3886052976f74b66 (diff) | |
download | aur-4fb5050f0720c9617446e5377bac1e22900c8fec.tar.gz |
Update to 3.6-6
Optional dependency: timidity-freepats to freepats-legacy
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | zelda-olb.install | 4 |
4 files changed, 10 insertions, 8 deletions
@@ -1,9 +1,7 @@ -# Generated by mksrcinfo v8 -# Mon Jun 5 08:57:38 UTC 2017 pkgbase = zelda-olb-fr pkgdesc = Zelda: Oni Link Begins is the sequel of Zelda: Return of the Hylian (french version) pkgver = 3.6 - pkgrel = 5 + pkgrel = 6 url = http://www.zeldaroth.fr/ install = zelda-olb.install changelog = ChangeLog @@ -17,7 +15,7 @@ pkgbase = zelda-olb-fr depends = xdg-utils depends = hicolor-icon-theme depends = timidity++ - optdepends = timidity-freepats: soundfont for timidity to be able to have music in game + optdepends = freepats-legacy: soundfont for timidity to be able to have music in game optdepends = soundfont-fluid: another soundfont for timidity to be able to have music in game if you prefer source = http://www.zeldaroth.fr/fichier/OLB/linux/ZeldaOLB-src-linux.zip source = zelda-olb.desktop diff --git a/ChangeLog b/ChangeLog index 583c2ea3ce30..86c4a04828d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-02-23 + * 3.6-6 + optional dependency timidity-freepats to freepats-legacy + 2017-06-05 * 3.6-5 : Fixed preprocessor options (SDL.h not found) @@ -2,14 +2,14 @@ pkgname=zelda-olb-fr _name=zelda-olb pkgver=3.6 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') pkgdesc="Zelda: Oni Link Begins is the sequel of Zelda: Return of the Hylian (french version)" url="http://www.zeldaroth.fr/" license=('Unknown') depends=('sdl_gfx' 'sdl_mixer' 'sdl_image' 'xdg-utils' 'hicolor-icon-theme' 'timidity++') makedepends=(imagemagick) -optdepends=('timidity-freepats: soundfont for timidity to be able to have music in game' +optdepends=('freepats-legacy: soundfont for timidity to be able to have music in game' 'soundfont-fluid: another soundfont for timidity to be able to have music in game if you prefer') install=${_name}.install changelog=ChangeLog diff --git a/zelda-olb.install b/zelda-olb.install index 1363f01f17ba..3b869dfec781 100644 --- a/zelda-olb.install +++ b/zelda-olb.install @@ -6,7 +6,7 @@ post_install() { echo "update icon cache..." xdg-icon-resource forceupdate --theme hicolor &> /dev/null echo "" - echo "Don't forget to install the package timidity-freepats or fluidr3 and configure /etc/timidity++/timidity.cfg in order to have music in game" + echo "Don't forget to install the package freepats-legacy or soundfont-fluid and configure /etc/timidity++/timidity.cfg in order to have music in game" } post_upgrade() { @@ -15,4 +15,4 @@ post_upgrade() { post_remove() { post_install $1 -}
\ No newline at end of file +} |