Package Details: runelite-git 1.5.18+13+gf8fd91bb1c-1

Git Clone URL: https://aur.archlinux.org/runelite-git.git (read-only, click to copy)
Package Base: runelite-git
Description: Open source Old School RuneScape client. (Git Version)
Upstream URL: https://github.com/runelite/runelite
Licenses: BSD
Conflicts: runelite
Provides: runelite
Submitter: jcstryker
Maintainer: abex
Last Packager: jcstryker
Votes: 4
Popularity: 0.000294
First Submitted: 2019-02-06 03:55 (UTC)
Last Updated: 2019-03-31 19:00 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Latest Comments

hiroqi commented on 2022-09-23 05:37 (UTC)

Got banned for "Macroing Major" -- no, i'm not a botter. Using Hyprland(Wayland)

I think Hyprland has issues with rendering because it renders incorrectly before forcing it to fullscreen (resetting the window position)

I believe that issue might have something to do with it, but i can't be sure.

kogasa commented on 2022-04-02 09:46 (UTC) (edited on 2022-04-20 23:37 (UTC) by kogasa)

FYI: You can usually get the plugin hub working by running with --developer-mode and -Drunelite.pluginhub.version=(last release version)

package() {
...
releasever=$(git describe --tags $(git rev-list --tags --max-count=1) | sed 's/-/+/g' | cut -d '+' -f 3-5)
echo 'exec java -ea -Drunelite.pluginhub.version='"$releasever"' -jar /usr/share/java/runelite/RuneLite.jar "$@" --developer-mode' >> "${pkgdir}/usr/bin/runelite"
}

dginovker commented on 2021-10-16 22:17 (UTC) (edited on 2021-10-16 22:19 (UTC) by dginovker)

PS - If you're getting

Fatal error compiling: invalid flag: --release (Java 8) or

Fatal error compiling: error: release version 8 not supported (Java 17)

Then set your Java version to 11 with archlinux-java set java-11-openjdk

Alternatively, use the non-git package: runelite

dginovker commented on 2021-10-16 17:57 (UTC) (edited on 2021-10-16 17:57 (UTC) by dginovker)

client_jar=$(find ${srcdir}/${_pkgname}/runelite-client/target -type f -name client-*-SNAPSHOT-shaded.jar)

Should be changed to

client_jar=$(find $"{srcdir}/${_pkgname}/runelite-client/target" -type f -name client-*-SNAPSHOT-shaded.jar)

In case there's a space in someone's path

abex commented on 2021-08-24 06:05 (UTC)

java-runtime provides java and is a dependency

groctel commented on 2021-08-23 13:34 (UTC)

Please add jdk-openjdk as a dependency. Not having it installed yields a java not found error.