Search Criteria
Package Details: nzbhydra2 3.14.0-1
Git Clone URL: | https://aur.archlinux.org/nzbhydra2.git (read-only, click to copy) |
---|---|
Package Base: | nzbhydra2 |
Description: | Search aggregator for newznab and torznab indexers. |
Upstream URL: | https://github.com/theotherp/nzbhydra2 |
Licenses: | |
Submitter: | fryfrog |
Maintainer: | fryfrog |
Last Packager: | fryfrog |
Votes: | 11 |
Popularity: | 0.000069 |
First Submitted: | 2018-01-06 20:01 |
Last Updated: | 2021-04-11 17:01 |
Dependencies (3)
- python (python-dbg)
- java-runtime-headless>=8 (jdk5, tuxjdk, jre7-openjdk-headless-infinality, java-8-openjdk-shenandoah, jre8-openjdk-headless-infinality, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains-headless, jre8-openjdk-shenandoah-headless, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jdk11-openj9-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk11-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre-jetbrains, jre8-adoptopenjdk-headless, jdk-arm, jre11-jetbrains-headless-imfix, java-openjdk-bin, jdk-openj9-bin, jdk-adoptopenjdk, jre, zulu-16-bin, liberica-jdk-full-bin, jdk15-adoptopenjdk, jre-openj9-headless, jdk-jetbrains, java-openjdk-ea-bin, amazon-corretto-16, java-openjdk-loom-ea-bin, jre-openjdk-headless, jre11-openjdk-headless, jre7-openjdk-headless, jre8-openjdk-headless)
- jackett (jackett-mono, jackett-bin) (optional) – torrent indexer proxy
Latest Comments
« First ‹ Previous 1 2 3 4
fryfrog commented on 2018-01-14 20:11
Can you post your modified PKGBUILD? It doesn't sound like a crazy idea to use the
.py
wrapper so it really would be for any platform. The.zip
is also missing thenzbhydra2
binary, so I expect an update soon. :/napgravy commented on 2018-01-14 19:48
Thanks for the PKGBUILD. I have one suggestion though.
In the PKGBUILD, arch should be "x86_64" (not "any") since the /usr/lib/nzbhydra2/nzbhydra2 launch-wrapper (called in the .service file) is a pre-compiled python executable built for x86_64. I built and installed the PKGBUILD on my ARM-based Odroid board and, of course, it didn't work. :)
(I ended up tweaking your package and service file to use the regular un-compiled python wrapper from here https://raw.githubusercontent.com/theotherp/nzbhydra2/master/other/wrapper/nzbhydra2wrapper.py -- works on my little Odroid board now.)
Thanks though - appreciate the PKGBUILD. :)