summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2019-02-24bump to 0.6.5, remove versioned dependenciesXiretza
2019-02-16bump version to 0.6.4, update librariesXiretza
2018-06-13fix build for Qt5.11, enable unit testsXiretza
2018-04-10Update to 0.6.2Taylor Smock
* Add dependency on java-environment<10 due to report on aur
2018-02-11DEPENDENCIES: Due Minecraft not launching without xorg-xrandr, it is moved ↵Taylor Smock
to dependencies
2018-02-01FIXUP: Accidentally increased multimc versionTaylor Smock
2018-02-01PKGBUILD: Add optional dependency xorg-xrandrTaylor Smock
* xrandr is used by some mods (possibly forge?) to get display data. NOT REQUIRED since vanilla minecraft doesn't require it.
2018-02-01MULTIMC: Update to 0.6.1Taylor Smock
* Fix bad urls from curseforge * "Build issues have been fixed" -- no, not really * Can now download necessary files without launching the game
2018-01-01UPDATE: Update to 0.6.0Taylor Smock
* Added new required library quazip * Removed various hacks * Using svg and desktop files from source code * Removed cmake patch * Removed patch for newer gcc version
2017-10-27Update to 0.5.2 (still not change in source code)Taylor Smock
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
2017-08-17FIXUP: Bad hashTaylor Smock
2017-08-17Change default data directory to multimc from multimc5Taylor Smock
* The Ubuntu client used multimc instead of multimc5. This change brings us in line with the official ubuntu client. * Those using XDG_DATA_HOME will NOT need to move anything
2017-05-29MULTIMC: BUILD: FIXUP bad jdk versions? Force jdk8.Taylor Smock
2017-05-29MULTIMC5: BUILD: Fix for gcc 7 compilers.Taylor Smock
* TODO: Revert when MultiMC 0.6.0 is released (patch is upstream)
2017-02-12MULTIMC5: Update to bugfix releaseTaylor Smock
2017-01-15Missed library that MultiMC needed when manually copying uncopied filesTaylor Smock
2017-01-15MULTIMC: Update to version 0.5.0Taylor Smock
2016-02-29Update to MultiMC 0.4.11Taylor Smock
* Workaround for Minecraft 1.9 * Bugfixes
2016-01-22Updated to 0.4.10Taylor Smock
* Removed code that allowed for switching save directories * make install has the bin name as MultiMC not MultiMC5. Start script can use either name.
2016-01-21Updated to MultiMC5 0.4.9Taylor Smock
* Fixed wireless connections (GH-1408) * World Management (GH-1047, GH-1233) * Track time spent in instance (GH-1217) * Supports Java 9 (GH-1365) * LD_PRELOAD/LD_LIBRARY_PATH affect game, not MultiMC * MMC_{PRELOAD,LIBRARY_PATH} replace LD_...
2015-10-29Really fixed copy errors. I thinkTaylor Smock
* Was moving files into subfolder.
2015-10-29Fixed issue where multimc didn't actually startTaylor Smock
* Uncommented line that actually started multimc in script (from debugging)
2015-10-29Modified method for picking the directory.Taylor Smock
* Now uses XDG_DATA_HOME if it is set. Otherwise, if $HOME/.local/share exists, it uses that. Otherwise, it uses $HOME/.multimc5 * Script to start has been modified to use arguments. USE AT OWN RISK!
2015-06-12Added an optdepend (mcedit)Taylor Smock
2015-06-08Initial importTaylor Smock