Search Criteria
Package Details: hydra-launcher-bin 3.0.8-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: | A game launcher with its own embedded bittorrent client |
Upstream URL: | https://github.com/hydralauncher/hydra |
Licenses: | MIT |
Provides: | hydra-launcher |
Submitter: | FhilipeCrash |
Maintainer: | mhdi |
Last Packager: | mhdi |
Votes: | 6 |
Popularity: | 0.36 |
First Submitted: | 2024-05-15 12:12 (UTC) |
Last Updated: | 2024-12-11 10:32 (UTC) |
Dependencies (27)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- 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
- libxkbcommon (libxkbcommon-gitAUR)
- Show 7 more dependencies...
Latest Comments
1 2 Next › Last »
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
FhilipeCrash commented on 2024-05-11 17:37 (UTC)
@That1Calculator I'll release a new version with this description, thanks.
@qubeck I'll add
-bin
suffix and soon I'll make the-git
version, thanks.@petRUShka Isn't
core/debugedit
a dependency oncore/base-devel
? because from what I know you needcore/base-devel
to compile anyway.@old4ever I added
lutris
as 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-runtime
dependenciesThat1Calculator 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."
petRUShka commented on 2024-05-11 13:40 (UTC)
Looks like
core/debugedit
should be added as dependency. Otherwise installation failed with the error:1 2 Next › Last »