Package Details: fritzbox-tools 0.47-2

Git Clone URL: https://aur.archlinux.org/fritzbox-tools.git (read-only, click to copy)
Package Base: fritzbox-tools
Description: Manage FRITZ!Box devices via command line.
Upstream URL: https://mengelke.de/Projekte/FritzBox-Tools
Licenses: GPL-3.0-only
Provides: fritzbox-tools
Submitter: fridge
Maintainer: fridge
Last Packager: fridge
Votes: 1
Popularity: 0.000105
First Submitted: 2025-02-09 19:27 (UTC)
Last Updated: 2025-11-23 12:54 (UTC)

Latest Comments

fridge commented on 2026-01-10 16:37 (UTC)

You need to provide me more information:

  • Which Linux are you using?
  • What command did you use to install the package?
  • Complete command output
  • etc.

Otherwise, I see no way to solve your problem, since I cannot reproduce it.

Neutrino commented on 2026-01-10 15:42 (UTC)

for me I get the same error as @dreieck

fridge commented on 2025-11-25 15:33 (UTC) (edited on 2025-11-25 15:34 (UTC) by fridge)

I am unable to reproduce your build failure.

It works for me, and I asked others who were also able to install it:

  • yay -S fritzbox-tools (tested on Manjaro + plain Arch installation)
  • installation via pamac UI (tested on two independent Manjaro installations)

If it still does not work on your machine, you need to provide more infos.

For now, I will leave the build script as it is, including fritzbox-tools.download.

I do not see a reason to change it since it simplifies things a lot.

fridge commented on 2025-11-23 17:10 (UTC)

I changed tinyxxd to xxd and released a new version for that change. Many thanks for the hint.

I am still analyzing your second problem.

fridge commented on 2025-11-18 15:05 (UTC)

I will take a look at it on the weekend.

dreieck commented on 2025-11-18 12:47 (UTC)

Retrieving sources fails with

==> Retrieving sources...
==> ERROR: The download program fritzbox-tools.download is not installed.
    Aborting...

Also, just pack your download wrapper in a normal helper script (e.g. called fritzbox-tools-downloadhelper.sh) that is not referenced by the install= variable!, since that is for a completely different purpose. Just add that to this repository and to the source array and run it from prepare() e.g. as ${srcdir}/fritzbox-tools-downloadhelper.sh.

Regards!

dreieck commented on 2025-11-18 12:45 (UTC)

Please change tinyxxd makedepends entry to xxd.

That can be fulfilled by different packages, e.g. gvim or tinyxxd, not forcing the user to uninstall gvim if that is already installed.

Regards and thanks for the package!