Search Criteria
Package Details: flood-git 4.9.0.r2.g0931304-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/flood-git.git (read-only, click to copy) |
|---|---|
| Package Base: | flood-git |
| Description: | A modern web UI for various torrent clients with a Node.js backend and React frontend. |
| Upstream URL: | https://github.com/jesec/flood |
| Keywords: | rtorrent |
| Licenses: | GPL-3.0-only |
| Conflicts: | nodejs-flood |
| Provides: | nodejs-flood |
| Submitter: | arshlinux |
| Maintainer: | disastro |
| Last Packager: | disastro |
| Votes: | 11 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-12-15 17:20 (UTC) |
| Last Updated: | 2025-01-27 23:17 (UTC) |
Dependencies (4)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- git (git-gitAUR, git-glAUR) (make)
- pnpm (corepackerAUR, pnpm-binAUR, pnpm-corepackAUR) (make)
- mediainfo (mediainfo-gitAUR) (optional)
Required by (24)
- lidarr (requires nodejs-flood) (optional)
- lidarr-bin (requires nodejs-flood) (optional)
- lidarr-develop (requires nodejs-flood) (optional)
- lidarr-develop-bin (requires nodejs-flood) (optional)
- lidarr-nightly-bin (requires nodejs-flood) (optional)
- lidarr-plugins-bin (requires nodejs-flood) (optional)
- prowlarr (requires nodejs-flood) (optional)
- prowlarr-bin (requires nodejs-flood) (optional)
- prowlarr-develop (requires nodejs-flood) (optional)
- prowlarr-develop-bin (requires nodejs-flood) (optional)
- prowlarr-nightly-bin (requires nodejs-flood) (optional)
- radarr (requires nodejs-flood) (optional)
- radarr-bin (requires nodejs-flood) (optional)
- radarr-develop (requires nodejs-flood) (optional)
- radarr-develop-bin (requires nodejs-flood) (optional)
- radarr-nightly-bin (requires nodejs-flood) (optional)
- readarr-develop (requires nodejs-flood) (optional)
- readarr-develop-bin (requires nodejs-flood) (optional)
- readarr-nightly-bin (requires nodejs-flood) (optional)
- sonarr (requires nodejs-flood) (optional)
- sonarr-bin (requires nodejs-flood) (optional)
- sonarr-develop (requires nodejs-flood) (optional)
- sonarr-develop-bin (requires nodejs-flood) (optional)
- whisparr-nightly-bin (requires nodejs-flood) (optional)
Latest Comments
1 2 3 Next › Last »
rekoil commented on 2025-11-02 09:48 (UTC)
Recent versions don't respect supplying a second
--rundirvia$FLOOD_ARGS, it always keeps the first one supplied, I would suggest moving$FLOOD_ARGSbefore the--rundirargument, enabling users to override it via/etc/conf.d/flood.gokberkkocak commented on 2025-01-02 13:57 (UTC) (edited on 2025-01-02 13:57 (UTC) by gokberkkocak)
Upstream project started using
pnpmafter this commit and uses apnpm-lock.yamlfile in the repo. To not spend resolving dependencies and also build with exact same dependencies as the main branch, this PKGBUILD can be updated as such to usepnpmwith--frozen-lockfileflag.To fetch latest dependencies,
--frozen-lockfilecan be removed from thebuild()section.CountMurphy commented on 2024-08-19 16:40 (UTC)
Was able to fix it locally by replacing
with
CountMurphy commented on 2024-08-15 14:37 (UTC) (edited on 2024-08-15 14:48 (UTC) by CountMurphy)
Does not build with the latest commit:
disastro commented on 2024-05-09 13:35 (UTC)
Fixed along with other small things, nodejs-husky not required, thank you
jholmer commented on 2024-05-09 12:14 (UTC)
Latest git is failing to build, giving the error
sh: line 1: husky: command not found. Possibly a missing dependency onnodejs-husky, the build succeeds if I install that manually.solsticedhiver commented on 2022-08-20 00:06 (UTC) (edited on 2022-08-20 00:41 (UTC) by solsticedhiver)
Could you fix the description field, please. No prepending of package name and flood is a web UI for more than rTorrent now. The site says "A modern web UI for various torrent clients with a Node.js backend and React frontend"
Same for the systemd service title
About the systemd.service file, one could harden it a bit (in line with what the wiki of flood says) with
disastro commented on 2022-02-17 18:51 (UTC)
Oh my god I can't believe I've missed that, obvious oversight. I'm just adding it to the backup field so a pacnew/pacsave file is created instead, like is intended and done with repo packages.
radu242 commented on 2022-02-16 16:18 (UTC) (edited on 2022-02-16 16:18 (UTC) by radu242)
Could the /etc/conf.d/flood file not be installed by this package? This overwrites the FLOOD_ARGS set in there on every update.
@disastro, I can send a patch doing a little more than removing the
install -Dm644 "${srcdir}/flood.conf.d" "$pkgdir/etc/conf.d/flood"line in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=flood-git#n62, if it helps.disastro commented on 2021-03-20 15:49 (UTC)
Yeah that is what the old systemd service did too, but it will update unless you have overridden it. I guess I could also remove package.json so npm start would show a different error but either way it's not gonna work and there is really no reason for it to work, npm is not needed
1 2 3 Next › Last »