summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15cd15501a56..acd0f2e50e12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = simutrans-nightly
arch = x86_64
license = custom:Artistic
makedepends = dos2unix
+ makedepends = git
depends = gcc-libs
depends = zlib
depends = sdl_mixer
diff --git a/PKGBUILD b/PKGBUILD
index 0f3c87af282e..2ffc362d3335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://www.simutrans.com/"
license=('custom:Artistic')
depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'hicolor-icon-theme' 'freetype2' 'miniupnpc')
-makedepends=('dos2unix')
+makedepends=('dos2unix' 'git')
optdepends=('timidity++: play MIDI music'
'simutrans-pak32.comic: Lowest resolution graphics set for Simutrans'
'simutrans-pak48.excentrique: Low resolution graphics set for Simutrans, with an eccentric theme'