Package Details: heroic-games-launcher-bin 2.20.1-1

Git Clone URL: https://aur.archlinux.org/heroic-games-launcher-bin.git (read-only, click to copy)
Package Base: heroic-games-launcher-bin
Description: An Open source Launcher for Epic, Amazon and GOG Games
Upstream URL: https://heroicgameslauncher.com/
Licenses: GPL-3.0-only
Conflicts: heroic-games-launcher
Provides: heroic-games-launcher
Submitter: cwrau
Maintainer: flaviofearn (CommandMC)
Last Packager: flaviofearn
Votes: 265
Popularity: 13.92
First Submitted: 2020-12-31 20:36 (UTC)
Last Updated: 2026-02-26 20:29 (UTC)

Required by (4)

Sources (1)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

taek commented on 2026-02-20 19:13 (UTC) (edited on 2026-02-21 00:48 (UTC) by taek)

Thank you for updating!

burakcyildiz commented on 2026-02-20 19:11 (UTC)

Resolved for me, thanks!

flaviofearn commented on 2026-02-20 19:03 (UTC)

Everything should be fixed now, let me know if it is working since I am not on Arch distro right now.

flaviofearn commented on 2026-02-20 19:00 (UTC)

Fixed the SRCINFO depends

TeddyHuang-00 commented on 2026-02-20 18:59 (UTC)

It is the PKGBUILD that needs to be updated. Each dependency should take its own line, like:

depends=(
  which
  gtk3
)

YoyPa commented on 2026-02-20 18:46 (UTC) (edited on 2026-02-20 18:47 (UTC) by YoyPa)

The .SRCINFO file line 8 : depends = which gtk3 should be:

depends = which
depends = gtk3

dlq84 commented on 2026-02-20 18:14 (UTC) (edited on 2026-02-20 18:14 (UTC) by dlq84)

flaviofearn you broke the dependency check, now it looks for "which gtk3" instead of which and gtk3

glcapdev commented on 2026-02-20 18:13 (UTC) (edited on 2026-02-20 18:14 (UTC) by glcapdev)

package is not buildable from aur helpers beacause which and gtk3 are marked as not availabe in aur repository

DanD commented on 2026-02-20 18:13 (UTC)

Did you add the dependency correctly ? in my system it's showing:

could not find all required packages: which gtk3

even when both are installed

flaviofearn commented on 2026-02-20 18:04 (UTC)

Added GTK3 as dependency now.