summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2023-06-05 14:18:59 +0200
committerLucki2023-06-05 14:18:59 +0200
commita79e130670874005066ab4d21cf0006242a62aee (patch)
tree3d82b98888a65173c8b6602163df2b548239ff30
parent67a0178fb7d9718748a5bd1144faff301eecdb24 (diff)
downloadaur-a79e130670874005066ab4d21cf0006242a62aee.tar.gz
upgpkg: lix 0.10.11-1
upstream release
-rw-r--r--.CHANGELOG14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 19 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index e6568c7c3ad9..a7e5b527d534 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,20 @@
Version history
===============
+0.10.11
+-------
+
+2023-06-04
+
+Offer a user option to choose the splat ruler's snapping distance.
+Set this option to 0 to deactivate snapping altogether.
+
+Make Lix compile again with D compilers older than DMD v2.102.0 from 2023-02.
+In 0.10.10, I silently relied on a compiler bugfix that correctly allows
+indexing associative arrays during @nogc; this needs DMD v2.102.0 or newer.
+
+
+
0.10.10
-------
diff --git a/.SRCINFO b/.SRCINFO
index 32bcc748b09c..61d3d901caf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.10.10
+ pkgver = 0.10.11
pkgrel = 1
url = https://www.lixgame.com/
changelog = .CHANGELOG
@@ -14,7 +14,7 @@ pkgbase = lix
depends = enet
depends = hicolor-icon-theme
depends = liblphobos
- source = lix-0.10.10.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.10.tar.gz
+ source = lix-0.10.11.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.11.tar.gz
source = lix-music-1.1.zip::https://www.lixgame.com/dow/lix-music.zip
source = lix-allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v4.0.4+5.2.0
source = lix-bolts::git+https://github.com/aliak00/bolts.git#tag=v1.3.1
@@ -25,7 +25,7 @@ pkgbase = lix
source = lix-sdlang-d::git+https://github.com/Abscissa/SDLang-D.git#tag=v0.10.6
source = lix-taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v0.11.22
source = lix-unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v0.7.55
- sha512sums = cb2f93256af3d8104400698ae9ac9f96334c2deb72de0467463c9f62d9272d44000e424d23cc0cf632bfe9be0130b309ac8e48edf779c96b2ed2f2f371b735fb
+ sha512sums = 322807d4eb4a02c8a86ebaa3da621b5c6e3093c6d4c0568870c5b71b0c3f35579dd775fa6d42e7c54e1fec106dee82a5293e00497208468a38518f6e0c8dc3e1
sha512sums = 280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 913fdb21fe89..428eb29ab42b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# shellcheck disable=2034,2154
pkgname=lix
-pkgver=0.10.10
+pkgver=0.10.11
pkgrel=1
changelog=.CHANGELOG
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/SimonN/LixD/archive/v$pkgver.tar.gz"
"$pkgname-music-1.1.zip::https://www.lixgame.com/dow/lix-music.zip")
-sha512sums=('cb2f93256af3d8104400698ae9ac9f96334c2deb72de0467463c9f62d9272d44000e424d23cc0cf632bfe9be0130b309ac8e48edf779c96b2ed2f2f371b735fb'
+sha512sums=('322807d4eb4a02c8a86ebaa3da621b5c6e3093c6d4c0568870c5b71b0c3f35579dd775fa6d42e7c54e1fec106dee82a5293e00497208468a38518f6e0c8dc3e1'
'280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f')
_gitname=LixD