summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2020-04-24 02:05:07 +0200
committerLucki2020-08-02 04:22:13 +0200
commit04b8e49c275066af064f44b83993abef57207103 (patch)
tree638b61e60446d7676465b6ba0dd48b2572f4b9f7
parent80469780b575920e0743f8c1f3e456293024048a (diff)
downloadaur-04b8e49c275066af064f44b83993abef57207103.tar.gz
upgpkg: lix 0.9.31-1
upstream release upgpkg: lix 0.9.31-1 upstream release
-rw-r--r--.CHANGELOG25
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
3 files changed, 40 insertions, 15 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index ff8bcbd1caa1..a88844498c65 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,31 @@
Version history
===============
+0.9.31
+------
+
+2020-04-23
+----------
+
+Compiling yourself: On Windows, Lix requires LDC 1.21.0, LDC or newer to
+compile out of the box. For LDC 1.20.1 or older, in Lix's dub.json file, you
+must first change all appearances of "-entry:wmainCRTStartup"
+with "-entry:mainCRTStartup".
+See doc/build/win64.txt, section "Old LDC versions" for details.
+
+Compiling yourself: Increased version of dependency sdlang-d: 0.10.4 -> 0.10.6,
+so that Lix still compiles with older versions of DMD, with the current stable
+DMD 2.091.0, and with even newer versions.
+
+Fix #394: The editor now sorts tilesets alphabetically by the shown directory,
+which is its second-level-nested directory in images/.
+Old order: forest/, occult/, abstract/, construction/, ..., because forest and
+occult were in images/amanda/ and abstract, construction were in images/geoo/.
+New order: abstract/, beach/, bricks/, carnival/, construction/, ..., forest/,
+..., occult/, ..., irrespective of the unshown author's name.
+
+Fixed a backroute in Ifo Island. The building at the bottom takes longer now.
+
0.9.30
------
diff --git a/.SRCINFO b/.SRCINFO
index 818507881321..a9cbcf30a5fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.9.30
+ pkgver = 0.9.31
pkgrel = 1
url = http://www.lixgame.com/
changelog = .CHANGELOG
@@ -14,7 +14,7 @@ pkgbase = lix
depends = enet
depends = hicolor-icon-theme
depends = liblphobos
- source = lix-0.9.30.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.9.30.tar.gz
+ source = lix-0.9.31.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.9.31.tar.gz
source = lix-music-1.zip::http://www.lixgame.com/dow/lix-music.zip
source = lix.desktop
source = lix-allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v4.0.4+5.2.0
@@ -24,11 +24,11 @@ pkgbase = lix
source = lix-enumap::git+https://github.com/rcorre/enumap.git#tag=v0.4.2
source = lix-libinputvisitor::git+https://github.com/Abscissa/libInputVisitor.git#tag=v1.2.2
source = lix-optional::git+https://github.com/aliak00/optional.git#tag=v0.6.3
- source = lix-sdlang-d::git+https://github.com/Abscissa/SDLang-D.git#tag=v0.10.4
- source = lix-silly::git+https://github.com/ohdatboi/silly.git#tag=v0.8.0
- source = lix-taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v0.10.12
- source = lix-unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v0.7.52
- sha512sums = ea9df078cc411a26a54fde3606d010303725e8f663a7643ea6d6a6aedf15462ef06ad08f7b0b757bd344f4c1550902c63beae1a23c77e32b0c6f809616dd92a0
+ source = lix-sdlang-d::git+https://github.com/Abscissa/SDLang-D.git#tag=v0.10.6
+ source = lix-silly::git+https://gitlab.com/AntonMeep/silly.git#tag=v1.0.2
+ source = lix-taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v0.11.12
+ source = lix-unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v0.7.55
+ sha512sums = 11be4e715d5b0e482f051c93c70900df5a79f3b8efc6e15ff0d38c0f203a8e6ef0c6984cd6e21357152a8b3eff2083962f0d14e00200017311384b92cc01df2f
sha512sums = 37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425
sha512sums = 375b1439d9398371a3f58a92bfc0901b86bd89140aae431c7d9405bd2fb36ebcdb22b2686fea72d88b23a4ab94b138b4d742d8fd2965d8ec0542d2f8f64ed0c2
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fbeb446b489a..4fc5a81c803d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Lucki <https://aur.archlinux.org/account/Lucki>
# Contributor: Carl Reinke <mindless2112 gmail com>
-# shellcheck disable=SC2034,2154
+# shellcheck disable=SC2034,2154,2148
pkgname=lix
-pkgver=0.9.30
+pkgver=0.9.31
pkgrel=1
changelog=.CHANGELOG
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/SimonN/LixD/archive/v$pkgver.tar.gz")
-sha512sums=('ea9df078cc411a26a54fde3606d010303725e8f663a7643ea6d6a6aedf15462ef06ad08f7b0b757bd344f4c1550902c63beae1a23c77e32b0c6f809616dd92a0'
+sha512sums=('11be4e715d5b0e482f051c93c70900df5a79f3b8efc6e15ff0d38c0f203a8e6ef0c6984cd6e21357152a8b3eff2083962f0d14e00200017311384b92cc01df2f'
)
_gitname=LixD
@@ -24,10 +24,10 @@ _dubv=( "4.0.4+5.2.0" # allegro
"0.4.2" # enumap
"1.2.2" # libinputvisitor
"0.6.3" # optional
- "0.10.4" # sdlang-d
- "0.8.0" # silly
- "0.10.12" # taggedalgebraic
- "0.7.52" # unit-threaded
+ "0.10.6" # sdlang-d
+ "1.0.2" # silly
+ "0.11.12" # taggedalgebraic
+ "0.7.55" # unit-threaded
)
# let makepkg handle dub packages
@@ -48,7 +48,7 @@ source+=( "$pkgname-allegro::git+https://github.com/SiegeLord/DAllegro5.git#ta
"$pkgname-libinputvisitor::git+https://github.com/Abscissa/libInputVisitor.git#tag=v${_dubv[5]}"
"$pkgname-optional::git+https://github.com/aliak00/optional.git#tag=v${_dubv[6]}"
"$pkgname-sdlang-d::git+https://github.com/Abscissa/SDLang-D.git#tag=v${_dubv[7]}"
- "$pkgname-silly::git+https://github.com/ohdatboi/silly.git#tag=v${_dubv[8]}"
+ "$pkgname-silly::git+https://gitlab.com/AntonMeep/silly.git#tag=v${_dubv[8]}"
"$pkgname-taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v${_dubv[9]}"
"$pkgname-unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v${_dubv[10]}"
)