summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorAlbin Söderqvist <albin@fripost.org>2016-07-31 20:29:20 +0200
committerAndreas Enge <andreas@enge.fr>2016-07-31 22:52:12 +0200
commiteb3bd6762a2972773489551b0e247d0f5549a819 (patch)
tree3e715b4fbef2f1b7c0a1c547c2b1adf6be1ee522 /gnu
parent2fa66f451af1f75292659a6264c6cabdcab1f867 (diff)
downloadguix-eb3bd6762a2972773489551b0e247d0f5549a819.tar.gz
gnu: openttd: Update to 1.6.1.
* gnu/packages/games.scm (openttd): Update to 1.6.1 and expand the
package description.

Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 919b0185af..9245742ed6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1872,14 +1872,14 @@ and a game metadata scraper.")
 (define openttd-engine
   (package
     (name "openttd-engine")
-    (version "1.6.0")
+    (version "1.6.1")
     (source
      (origin (method url-fetch)
              (uri (string-append "http://binaries.openttd.org/releases/"
                                  version "/openttd-" version "-source.tar.xz"))
              (sha256
               (base32
-               "1cjf9gz7d0sn7893wv9d00q724sxv3d81bgb0c5f5ppz2ssyc4jc"))
+               "1ak32fj5xkk2fvmm3g8i7wzmk4bh2ijsp8fzvvw5wj6365p9j24v"))
              (modules '((guix build utils)))
              (snippet
               ;; The DOS port contains proprietary software.
@@ -1919,7 +1919,8 @@ and a game metadata scraper.")
 passengers by land, water and air.  It is a re-implementation of Transport
 Tycoon Deluxe with many enhancements including multiplayer mode,
 internationalization support, conditional orders and the ability to clone,
-autoreplace and autoupdate vehicles.")
+autoreplace and autoupdate vehicles.  This package only includes the game engine.  When you start
+it you will be prompted to download a graphics set.")
     (home-page "http://openttd.org/")
     ;; This package is GPLv2, except for a few files located in
     ;; "src/3rdparty/" which are under the 3-clause BSD, LGPLv2.1+ and Zlib