summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a591bc8cf2..7d40396c73d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = openttd-svn
depends = xz
optdepends = openttd-opengfx: free graphics
optdepends = openttd-opensfx: free soundset
+ optdepends = timidity++: for in-game music
source = openttd-svn::git+https://github.com/OpenTTD/OpenTTD.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d32cb1720e69..c65890e426a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ arch=('i686' 'x86_64')
url='http://openttd.org'
license=('GPL')
depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 'desktop-file-utils' 'xz')
-optdepends=('openttd-opengfx: free graphics'
- 'openttd-opensfx: free soundset')
+optdepends=('openttd-opengfx: free graphics'
+ 'openttd-opensfx: free soundset'
+ 'timidity++: for in-game music')
makedepends=('git')
source=("$pkgname::git+https://github.com/OpenTTD/OpenTTD.git")