Search Criteria
Package Details: hydra-launcher-bin 3.9.1-1
Package Actions
| 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: | 13 |
| Popularity: | 1.10 |
| First Submitted: | 2024-05-15 12:12 (UTC) |
| Last Updated: | 2026-03-05 23:23 (UTC) |
Dependencies (28)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-gitAUR, bash-devel-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdrm (libdrm-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- Show 8 more dependencies...
Latest Comments
1 2 Next › Last »
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/hydrafrom/opt/hydrainstead of/opt/Hydra/hydraFhilipeCrash commented on 2024-05-11 17:37 (UTC)
@That1Calculator I'll release a new version with this description, thanks.
@qubeck I'll add
-binsuffix and soon I'll make the-gitversion, thanks.@petRUShka Isn't
core/debugedita dependency oncore/base-devel? because from what I know you needcore/base-develto compile anyway.@old4ever I added
lutrisas a dependency because it is the launcher's way of installing and running games, I think this solves part of the problems but I will look in depth at what other dependencies are needed, I didn't want to add all thesteam-native-runtimedependenciesThat1Calculator commented on 2024-05-11 16:42 (UTC)
I don't think that the package description fits well (especially with the unnecessary profanity), maybe just copy the Github's description: "[Hydra is] A game launcher with its own embedded bittorrent client and a self-managed repack scraper."
1 2 Next › Last »