Package Details: hydra-launcher-bin 3.9.7-1

Git Clone URL: https://aur.archlinux.org/hydra-launcher-bin.git (read-only, click to copy)
Package Base: hydra-launcher-bin
Description: Hydra Launcher is an open-source gaming platform created to be the single tool that you need in order to manage your gaming library.
Upstream URL: https://github.com/hydralauncher/hydra
Licenses: MIT
Provides: hydra-launcher
Submitter: FhilipeCrash
Maintainer: flyingcakes (hydralauncher)
Last Packager: hydralauncher
Votes: 14
Popularity: 1.12
First Submitted: 2024-05-15 12:12 (UTC)
Last Updated: 2026-04-28 01:18 (UTC)

Latest Comments

1 2 Next › Last »

NIICKTCHUNS commented on 2026-04-29 21:24 (UTC)

If anyone is having the error shown below by sinayion, use the command paru -Sccd to delete all the files at .cache/paru/clone/. Make sure to confirm with Y to delete all the files in there. You can manually delete the hydra-launcher-bin folder from there too

After that, the update will install normally

sinayion commented on 2026-04-27 16:26 (UTC) (edited on 2026-04-27 16:30 (UTC) by sinayion)

Error pasted below:

Aur (1)                 Old Version  New Version    Make Only
aur/hydra-launcher-bin  3.9.5-1      3.9.6-1        No

:: Proceed to review? [Y/n]: 

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
fetching devel info...
==> Making package: hydra-launcher-bin 3.9.6-1 (Mon 27 Apr 2026 09:25:24 PDT)
==> Retrieving sources...
  -> Found hydralauncher_3.9.6_amd64.deb
  -> Found hydra-launcher-bin-LICENSE
==> Validating source files with sha256sums...
    hydralauncher_3.9.6_amd64.deb ... Passed
    hydra-launcher-bin-LICENSE ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'hydra-launcher-bin-3.9.6-1': 
error: packages failed to build: hydra-launcher-bin-3.9.6-1

keuwey commented on 2025-11-18 00:55 (UTC)

The .pacman native version wasn't released in the last versions of hydra 😥

NIICKTCHUNS commented on 2025-06-28 21:19 (UTC)

Now there's a native .pacman version on their GitHub, wouldn't that be better for installing than the .deb package?

dataprolet commented on 2024-11-02 13:19 (UTC)

Is this package still maintained? Here's a working PKGBUILD: https://git.dataprolet.de/dataprolet/PKGBUILDs/src/branch/main/hydra-launcher-bin/PKGBUILD

suicyniV commented on 2024-07-28 15:48 (UTC)

To make this works, do this for the PKGBUILD:

Maintainer: Fhilipe Coelho fhilipecoelho.dev@gmail.com

pkgname=hydra-launcher-bin _pkgname=hydra-launcher pkgver=203 pkgrel=1 pkgdesc="A game launcher with its own embedded bittorrent client and a self-managed repack scraper." arch=('x86_64') url="https://github.com/hydralauncher/hydra" license=('MIT') provides=('hydra-launcher') options=(debug !strip) depends=('lutris')

source=()

source_x86_64=("https://github.com/hydralauncher/hydra/releases/download/v${pkgver}/hydralauncher_${pkgver}_amd64.deb") sha256sums_x86_64=('dfca4028bd81e0a101506f3830ea3e39117e4102839011b7ead82192816216cb')

package() { tar -xvf 'data.tar.xz' -C "${pkgdir}" install -dv "${pkgdir}/usr/bin" ln -sfv "/opt/Hydra/hydralauncher" -t "${pkgdir}/usr/bin" install -Dvm644 "${pkgdir}/opt/Hydra/"LICENSES.chromium.html \ -t "${pkgdir}/usr/share/licenses/hydra-launcher" }

Quiripz commented on 2024-07-27 18:17 (UTC)

In PKGBUILD change pkgver=2.0.3 sha256sums_x86_64=('dfca4028bd81e0a101506f3830ea3e39117e4102839011b7ead82192816216cb')

Version 1.2.4 is out of date.

rehash commented on 2024-06-18 17:11 (UTC)

For some reason downloads aren't starting, it just keeps the game in line but 0%.

with realdebrid.

FhilipeCrash commented on 2024-05-19 18:45 (UTC)

@0fflineuser symlink fixed

0fflineuser commented on 2024-05-17 14:09 (UTC)

For me the symlink is broken, it is added in /usr/bin/hydra from /opt/hydra instead of /opt/Hydra/hydra