summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMcModder2018-04-16 14:40:24 +0300
committerMcModder2018-04-16 14:40:24 +0300
commitc74c077f4a3b535afa74d303c4d61bb47f0b7a7c (patch)
tree215c4413bc02353fa7d988cba5abdfcf3aa2f51c /PKGBUILD
parentcdfc4b203e637149fa33ba732a0275f3bc0a5a93 (diff)
parenteb59b8aebdf8bdda3f742e05514d56734ee73dc2 (diff)
downloadaur-openttd-svn.tar.gz
Added timidity++ to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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")