summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoboron30422021-04-11 06:00:10 +0200
committerRoboron30422021-04-11 06:00:10 +0200
commit79dcdcd7da9aac6bb6a7e996356a6f98b671182d (patch)
tree32f830e84da4b525362e337cf08021012672fc8b
parent94110adc2ea3fa8c2b2786e1977ce1a3c82f408f (diff)
downloadaur-79dcdcd7da9aac6bb6a7e996356a6f98b671182d.tar.gz
nightly build r18833.9d6724e1b
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69c4c414d1fa..671aab110fc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simutrans-extended-git
pkgdesc = Transportation simulation game - Extended Version - Nightly build from git
- pkgver = r18830.14e99df88
+ pkgver = r18833.9d6724e1b
pkgrel = 1
url = https://www.simutrans.com/
arch = any
@@ -16,6 +16,7 @@ pkgbase = simutrans-extended-git
depends = freetype2
depends = miniupnpc
depends = fluidsynth
+ optdepends = soundfont-fluid: Default MIDI soundfont for music
optdepends = soundfont-realfont: recommended MIDI soundfont
optdepends = simutrans-extended-pak128.britain: High resolution graphics set for Simutrans Extended, with a British theme
optdepends = simutrans-extended-pak128.cs: High resolution graphics set for Simutrans Extended, with a czech theme
diff --git a/PKGBUILD b/PKGBUILD
index 1bee01ac32e4..49214852b411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roboron <robertoms258 at gmail dot com>
pkgname=simutrans-extended-git
-pkgver=r18830.14e99df88
+pkgver=r18833.9d6724e1b
pkgrel=1
pkgdesc="Transportation simulation game - Extended Version - Nightly build from git"
arch=('any')
@@ -9,7 +9,8 @@ url="https://www.simutrans.com/"
license=('custom:Artistic')
depends=('gcc-libs' 'zstd' 'zlib' 'sdl2_mixer' 'hicolor-icon-theme' 'freetype2' 'miniupnpc' 'fluidsynth')
makedepends=('pkgconf' 'git' 'cmake')
-optdepends=('soundfont-realfont: recommended MIDI soundfont'
+optdepends=('soundfont-fluid: Default MIDI soundfont for music'
+ 'soundfont-realfont: recommended MIDI soundfont'
'simutrans-extended-pak128.britain: High resolution graphics set for Simutrans Extended, with a British theme'
'simutrans-extended-pak128.cs: High resolution graphics set for Simutrans Extended, with a czech theme'
'simutrans-extended-pak128.sweden: High resolution graphics set for Simutrans Extended, with a swedish theme'