Package Details: lix 0.10.22-1

Git Clone URL: https://aur.archlinux.org/lix.git (read-only, click to copy)
Package Base: lix
Description: An action-puzzle game inspired by Lemmings
Upstream URL: https://www.lixgame.com/
Keywords: action game irs lemmings multiplayer puzzle rodent simulation
Licenses: custom:CC0
Submitter: Lucki
Maintainer: Lucki
Last Packager: Lucki
Votes: 5
Popularity: 0.001488
First Submitted: 2016-01-31 18:50 (UTC)
Last Updated: 2024-04-19 20:11 (UTC)

Dependencies (8)

Required by (0)

Sources (2)

Latest Comments

Lucki commented on 2017-09-28 16:53 (UTC)

Due to the change of the repository to LixD [1] and other version tags this can now show up as a downgrade. [1]: https://github.com/SimonN/LixD

Lucki commented on 2016-07-17 11:04 (UTC)

Thanks x79, patch ist merged upstream. [1] [1]: https://github.com/SimonN/Lix/pull/9

x79 commented on 2016-07-16 14:12 (UTC)

makepkg failed for me for 2016.06.02.r0.g64c9b94-1 Here's what I did to fix it makepkg -sro nano .src/lix/src/graphic/gra_lib.cpp ln 259 replace_exact .insert(std::make_pair <std::string, std::string> (a, b)); -> replace_exact .insert(std::make_pair (a, b)); ln 262 replace_substr.insert(std::make_pair <std::string, std::string> (a, b)); -> replace_substr.insert(std::make_pair (a, b)); Save makepkg -srie