summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.CHANGELOG15
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
3 files changed, 19 insertions, 4 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index 78d93900031a..ebb2cfecf341 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,21 @@
Version history
===============
+0.9.16
+------
+
+2018-05-01
+
+lemforum: Removed backroutes in We're in This One Together (added steel)
+and From the Other Side (larger fire pit).
+
+Fix #328: Automatic replays are saved after multiplayer games again.
+
+Fix: Watching a multiplayer replay will never save another replay.
+
+I credit our contributors in doc/thanks.txt. Let me know if anything there
+is inaccurate.
+
0.9.15
------
diff --git a/.SRCINFO b/.SRCINFO
index 97355a95d196..c5f83da0899d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.9.15
+ pkgver = 0.9.16
pkgrel = 1
url = http://www.lixgame.com/
changelog = .CHANGELOG
@@ -13,7 +13,7 @@ pkgbase = lix
depends = allegro
depends = enet
conflicts = lix-git
- source = lix::git+https://github.com/SimonN/LixD.git#tag=v0.9.15
+ source = lix::git+https://github.com/SimonN/LixD.git#tag=v0.9.16
source = lix-music-1.zip::http://www.lixgame.com/dow/lix-music.zip
source = lix.desktop
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 20e570f81069..70fde4ebc493 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carl Reinke <mindless2112 gmail com>
pkgname=lix
-pkgver=0.9.15
+pkgver=0.9.16
pkgrel=1
changelog=.CHANGELOG
conflicts=("${pkgname}-git")
@@ -14,7 +14,7 @@ sha512sums=('SKIP'
'52d49562cd9be4eec76b464153af1cce2211fdbd6113a6a60df042f7e8f7e6a8f1942df883dfaaa6c1bbfea004c4154d884dfa767e25fa3fadf9c58be1103fe6')
_pkgname=${pkgname}
-# template start; name=lix; version=0.5;
+# template start; name=lix; version=0.6;
pkgdesc="An action-puzzle game inspired by Lemmings"
arch=('i686' 'x86_64')
url="http://www.lixgame.com/"