summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.CHANGELOG7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 13 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index 6331cc46b256..522689ead4da 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1 @@
-This fix works for replays played from the replay browser,
-and for normal play with framestepping.
-
-It does not work for loading the user savestate: Effects will
-probably be drawn at least once. I'd have to save the entire effect
-list with the user savestate, which would be overkill right now.
+advance on click or assign during pause
diff --git a/.SRCINFO b/.SRCINFO
index 75969246efde..eb6d90977d62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 31 18:52:27 UTC 2016
+# Fri Jun 3 17:50:11 UTC 2016
pkgbase = lix
pkgdesc = An action-puzzle game in the IRS (Interactive Rodent Simulation) genre inspired by Lemmings
- pkgver = 2016.01.09.r0.gdead180
+ pkgver = 2016.06.02.r0.g64c9b94
pkgrel = 1
url = http://asdfasdf.ethz.ch/~simon/index.php
install = lix.install
@@ -14,9 +14,9 @@ pkgbase = lix
depends = allegro4
depends = enet
depends = libpng
- provides = lix
+ provides = lix-git
conflicts = lix-git
- source = lix::git://github.com/SimonN/Lix.git#tag=v2016-01-09
+ source = lix::git://github.com/SimonN/Lix.git#tag=v2016-06-02
source = lix-logo.png::http://asdfasdf.ethz.ch/~simon/bitmap/lix_with_lem.png
source = lix.sh
source = lix-server.sh
diff --git a/PKGBUILD b/PKGBUILD
index 9eccb33ef5b4..881d92185f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carl Reinke <mindless2112 gmail com>
pkgname=lix
-pkgver=2016.01.09.r0.gdead180
+pkgver=2016.06.02.r0.g64c9b94
pkgrel=1
pkgdesc="An action-puzzle game in the IRS (Interactive Rodent Simulation) genre inspired by Lemmings"
arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@ changelog=.CHANGELOG
install=${pkgname}.install
depends=('allegro4' 'enet' 'libpng')
makedepends=('gendesk')
-provides=('lix')
+provides=('lix-git')
conflicts=('lix-git')
-source=(${pkgname}::git://github.com/SimonN/Lix.git#tag=v2016-01-09
+source=(${pkgname}::git://github.com/SimonN/Lix.git#tag=v2016-06-02
${pkgname}-logo.png::http://asdfasdf.ethz.ch/~simon/bitmap/lix_with_lem.png
${pkgname}.sh
${pkgname}-server.sh)